Brijen Patel
How do I manage two form tags in one .aspx page?
By Brijen Patel in ASP.NET on Mar 08 2007
  • Jimmy Vyas
    Jul, 2007 2

    You can have more than one tag in a single .aspx page but only one tag will have runat="server" attribute.

    • 0
  • Mar, 2007 8

    Use a frameset if u want both the forms visible at a time...

    • 0
  • Amit Soni
    Mar, 2007 8

    you can have multiple form tag in a asp.net page but one thing keep in ur mind that only one tag should be visible at a time the other will be invisible. so you need to use a asp.net server control like panel and place ur form tag there and make it invisible then it will not throw any kind of error.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS