Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: User Control


Message #1 by =?iso-8859-1?Q?Gr=E9gory_Leandro?= <gregory.leandro@n...> on Fri, 29 Mar 2002 14:34:14 +0100
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

Message #2 by Imar@S... on Fri, 29 Mar 2002 15:02:27
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


  Return to Index