skip to main
|
skip to sidebar
ASP & Javascript
Tuesday, November 17, 2009
When ...must be placed inside a form tag with runat=server" error occurs
http://blogs.x2line.com/al/archive/2004/10/08/576.aspx
When such error occurs just add the following code to the page
public override void VerifyRenderingInServerForm(Control control)
{
return;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2023
(1)
►
March
(1)
►
2010
(1)
►
January
(1)
▼
2009
(3)
▼
November
(1)
When ...must be placed inside a form tag with runa...
►
September
(2)
About Me
Aparna Samala
Hello, I am Aparna Samala. Welcome to my site.
View my complete profile
No comments:
Post a Comment