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 this?
one idea is to surround the whole page with one form runat=server
but then i have to have the code in the master page even for those forms that are used on only one sub page (like contact for example).
how do people usually get around this?
thnx