Strange thing happened!
First I can't see controls in c#. After I changed aspx code to design view, and back to "source view", I can see the controls in c# code. But when compile, still get the same error message in my first post.
Any advice will be appreciated.
Jennifer
Hi Jason,
I deleted the old codes, and create new one. It is worse this time. I even can't see the controls.
When I write "this.", the controls (textbox and label) can't show in the popup window.
Is there any problem with my VS2005?
Thanks.
Jennifer
I spend hours today in this problem:
It looks the controls are hidden during compile.
In the c# code, I can see the controls. When I write "this.", the controls can show in the popup window.
But compile the code, I got error message "_Default' does not contain a definition for...
I have following message as following.
I want to remove the HTML tags, only ge the plain text:We're seeking knowledgeable, passionate individuals.Home Depot is the world's largest home improvement retailer.The Home Depot Canada...
<FONT size=3> <P align=left><FONT face="Verdana, Arial...
I have a string array SchoolName[100] in .net aspx.cs file. Now I want to pass this array to javascript code. But I can't use following code:
var addresses=new Array();
for (var i=0; i <99; i++)
{
addresses[i]= "<%=SchoolName[i] %>";
}
If i is not defined in aspx.cs file, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.