Rank: Enthusiast
Joined: 9/11/2008 Posts: 34 Location: Dhaka
|
Hi, I used a server side textbox in my user control. Also In my template i write as follows:
<?ASPNET_FORM runat="server"> ... </?ASPNET_FORM>
But still it give me the following error when i preview the content.
Control 'UCTest1_1_TextBox1' of type 'TextBox' must be placed inside a form tag with runat=server
Please assist me in solving my problem.
Thanks Ismail
|
Rank: Enthusiast
Joined: 9/11/2008 Posts: 34 Location: Dhaka
|
Hi, I solved it by using a master page.
Thanks
|