A
Arfin
Any Response.Write("Something") that I put on the Page_Load of a Web
User Control gets "printed" on the page before the first <html> tag.
How can I programmatically add some html scripts to a control without
using the Page_Load?
On the same line. Is there a way from the [MyControl].ascx (the html)
to access variables created in the [MyControl].ascx.vb (the code)?
User Control gets "printed" on the page before the first <html> tag.
How can I programmatically add some html scripts to a control without
using the Page_Load?
On the same line. Is there a way from the [MyControl].ascx (the html)
to access variables created in the [MyControl].ascx.vb (the code)?