D
DKode
Ok,
I've figured out how to do this, but not sure why this is happening.
I assume it is because i am creating my UI in dreamweaver and then
opening in VS.NET to do the codebehind.
Let's say i paste the following code into the page.aspx file:
<asp:Label id="myLabel" text="some text" visible="true" />
Now, when i try to access it in the codebehind i have to add a member
so i can refer to it:
Public myLabel as Label
I think that if i add it in the VS.NET designer it automatically adds
this code for me? but since i edit it manually it doesn't?
thank you.
I've figured out how to do this, but not sure why this is happening.
I assume it is because i am creating my UI in dreamweaver and then
opening in VS.NET to do the codebehind.
Let's say i paste the following code into the page.aspx file:
<asp:Label id="myLabel" text="some text" visible="true" />
Now, when i try to access it in the codebehind i have to add a member
so i can refer to it:
Public myLabel as Label
I think that if i add it in the VS.NET designer it automatically adds
this code for me? but since i edit it manually it doesn't?
thank you.