If you look at me when I'm talking, you'll see what I'm saying ... about Tech and .NET discoveries!
The trick to getting around this limitation is to embed your Web Form definition in the PageTemplate itself. First, remove all <form runat="server"> tags from your UserControls. You won't need them anymore
posted on Friday, November 21, 2003 12:00 PM
after applying above technique i have got following error on page:- Control 'TextBox1' of type 'TextBox' must be placed inside a form tag with runat=server
If any one knows, pls reply
User Controls Does not have <html>,<body> and <form> tag.
A User Control may have those tags. But asp.net controls must be in a form that has runat=server.
fghfgh
A page can have multiple server side forms provided only one form is visible at a particular time
Powered by: Copyright © Matt Linder