have multiple user controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have mutiple user controls and have run at server attribute in their form
tag;i want to call them in web form ; but display me error msg that cant have
mutiple form tag in the same page

mail : (e-mail address removed)
 
Hi hossam:

You have <form> elements in each of the user controls? That will cause
difficulties in ASP.NET - and you can work pretty well without them.
Have you tried writing the user controls without form tags?
 
Back
Top