Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: class properties


Message #1 by "pooja singh" <sin_pooja@r...> on 25 Jan 2003 03:17:20 -0000
Hi There!
I have dragged and dropped DropDownList control on Web Form in 
VS.NET and thru Misc properties and I could add the items to the 
DropDownList.

I haven't added
DropDownList DropDownList1 = new DropDownList(); yet.

After this, I build my solution and I see the DropDownList in the 
browser with the items listed.
Where do properties get the STORAGE when I have not performed the 
NEW
operation.

When and why do I need to perform the NEW operation.

Thanks,
Priya
>Hi Priya,



  Return to Index