Controls in VS2005

  • Thread starter Thread starter stephen
  • Start date Start date
S

stephen

Hi all,

I am new to VS 2005. In 2003, when you drag and drop a web control for e.g.
a textbox, in the code behind, it automatically creates "protected
System.Web.UI.WebControls.TextBox textbox1" but I do not see this VS 2005.

can you please tell me where is it written/created?

Thanks,
Stephen
 
I am new to VS 2005. In 2003, when you drag and drop a web control for
e.g. a textbox, in the code behind, it automatically creates "protected
System.Web.UI.WebControls.TextBox textbox1" but I do not see this VS 2005.

That's because it's no longer required.
can you please tell me where is it written/created?

Nowhere - see above...
 
Back
Top