Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 26, 2012 03:51 PM by ChickenLegWilly
Member
2 Points
8 Posts
Nov 16, 2012 12:58 PM|LINK
Is there a way to display multiple forms simultaneously in a browser using asp.net web forms?
Contributor
5925 Points
1115 Posts
Nov 18, 2012 10:41 AM|LINK
You cannot have multiple forms on a single aspx page however you could try using multiple iFrames and feeding each with different source page.
All-Star
95473 Points
14106 Posts
Nov 18, 2012 10:49 AM|LINK
you can have multiple forms in asp.net page, but only one form can contail runat=server attribute....
thanks,
Star
7983 Points
2099 Posts
Nov 18, 2012 11:53 AM|LINK
http://stackoverflow.com/questions/7544454/can-we-use-multiple-forms-in-a-web-page
http://stackoverflow.com/questions/91350/multiple-forms-on-asp-net-page\
Nov 26, 2012 03:51 PM|LINK
Is it possible to see some sample code someplace?
I am a newbie to Web forms, trying to teach myself and do not have more than a glimmer of a clue.
ChickenLegWi...
Member
2 Points
8 Posts
Displaying Multiple web forms simultaneously in a browser
Nov 16, 2012 12:58 PM|LINK
Is there a way to display multiple forms simultaneously in a browser using asp.net web forms?
niksv
Contributor
5925 Points
1115 Posts
Re: Displaying Multiple web forms simultaneously in a browser
Nov 18, 2012 10:41 AM|LINK
You cannot have multiple forms on a single aspx page however you could try using multiple iFrames and feeding each with different source page.
ramiramilu
All-Star
95473 Points
14106 Posts
Re: Displaying Multiple web forms simultaneously in a browser
Nov 18, 2012 10:49 AM|LINK
you can have multiple forms in asp.net page, but only one form can contail runat=server attribute....
thanks,
JumpStart
RameshRajend...
Star
7983 Points
2099 Posts
Re: Displaying Multiple web forms simultaneously in a browser
Nov 18, 2012 11:53 AM|LINK
http://stackoverflow.com/questions/7544454/can-we-use-multiple-forms-in-a-web-page
http://stackoverflow.com/questions/91350/multiple-forms-on-asp-net-page\
ChickenLegWi...
Member
2 Points
8 Posts
Re: Displaying Multiple web forms simultaneously in a browser
Nov 26, 2012 03:51 PM|LINK
Is it possible to see some sample code someplace?
I am a newbie to Web forms, trying to teach myself and do not have more than a glimmer of a clue.