Tagged Questions

2
votes
3answers
829 views

asp.net form runat server

i have a search form on every page, hence i put it on the master page. after adding runat=server to that form i am now unable to use other forms that runat server ;) how do people usually get around ...
0
votes
1answer
200 views

Control 'Menu1' of type 'Menu' must be placed inside a form tag with runat=server

In my Default.Master file I added the Menu Control. All seems good. But I got the error "Control 'Menu1' of type 'Menu' must be placed inside a form tag with runat=server. " at run time. What does ...
0
votes
2answers
106 views

Help in solution more than one form in asp.net as to my logic its compulsory

As per my layout one form(all forms with runat=server) should be in header right top and the other one I want to place in section's article. So I will have no problem in positioning of contents. How ...