Re: How to Solve This Error 'myLabel' does not exist in the current context
Hi sarnala,Or try to create a new web form , copy your code to the new page and test whether the error occurs .Best Regards,Nan Yu
View ArticleRe: How to Solve This Error 'myLabel' does not exist in the current context
Hi,9397sarnala This Error 'myLabel' does not exist in the current contextCause of Issue:I have notice even though label control was there on MyPage.aspx it was not their in MyPage.aspx.designer.cs. So...
View ArticleRe: How to Solve This Error 'myLabel' does not exist in the current context
Thanks For Replaying me Sreejukg.<%@ Page Title="" Language="C#" MasterPageFile="~/Home.master" AutoEventWireup="true" CodeFile="Package.aspx.cs" Inherits="Package" %><asp:Content...
View ArticleRe: How to Solve This Error 'myLabel' does not exist in the current context
I just tried your code in a web form and it works correctly.myLabel.Text = "hi";check the below things<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs"...
View ArticleHow to Solve This Error 'myLabel' does not exist in the current context
I Am Using Visual Studio 2010My Aspx Page Contains Code LIke:----------------------------------------------------------<table><tr><td><asp:DropDownList ID="ddlComparePackage2"...
View Article