A
A.M
Hi,
When I drop a ASP.NET control from toolbox into my page, It automatically
puts something like this line in my code behind class defenition:
protected System.Web.UI.WebControls.TextBox TextBox1;
But it doesn't do same thing with user controls.
I have to drag and drop my user control from "SOLUTION EXPLORER" into the
page, and I have to declare the control manually by typing it.
I don't mind to type it; however just in case, Am i missing something ?
Thanks,
Ali
When I drop a ASP.NET control from toolbox into my page, It automatically
puts something like this line in my code behind class defenition:
protected System.Web.UI.WebControls.TextBox TextBox1;
But it doesn't do same thing with user controls.
I have to drag and drop my user control from "SOLUTION EXPLORER" into the
page, and I have to declare the control manually by typing it.
I don't mind to type it; however just in case, Am i missing something ?
Thanks,
Ali