Big up everybody,
Is it possible to access properties from a dragged and dropped user control
in VS.NET ?
I want to access it in the code window and not in the html window.... (i.e:
not by using <uc1:leftmenu id="LeftMenu1" runat="server"
name_property="value_property"></uc1>)
Thanxxx!
Greg
Hi Greg,
This is a (confirmed) bug in Visual Studio. Whenever you add a User
Control to the page, VS.NET does not create a declaration for it in the
code behind page.
Check out the following URL for more info and a solution:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q316370&GSSNB=1
HtH
Imar
> Big up everybody,
Is it possible to access properties from a dragged and dropped user control
in VS.NET ?
I want to access it in the code window and not in the html window.... (i.e:
not by using <uc1:leftmenu id="LeftMenu1" runat="server"
name_property="value_property"></uc1>)
Thanxxx!
Greg