Ollie Riches
2005-05-03 13:38:49 UTC
you can use the Page.FindControl method, e.g.
System.Web.UI.HtmlControls.HtmlForm form = Page.FindControl("Form1") as
System.Web.UI.HtmlControls.HtmlForm;
--
HTH
Ollie Riches
http://www.phoneanalyser.net
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
System.Web.UI.HtmlControls.HtmlForm form = Page.FindControl("Form1") as
System.Web.UI.HtmlControls.HtmlForm;
--
HTH
Ollie Riches
http://www.phoneanalyser.net
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
Hello, All,
I just want to know that generally how to get the HtmlForm element in an
ASP.NET Page?
Can anybody help? Please:)
Best regards,
Laser Lu.
I just want to know that generally how to get the HtmlForm element in an
ASP.NET Page?
Can anybody help? Please:)
Best regards,
Laser Lu.