|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
multiple webforms in one page
Hi,
I would like like to have mutiple web forms in one aspx page, each with it's own set of webcontrols and submit handling. Is it possible within the context of webforms and C# to control which form is presented to the browser based on browser input and specific events? In other words in the Page_Load I would like to tell which forms are displayed based on which events. Thanks for any input.
__________________
- Rogier Doekes |
|
#2
|
|||
|
|||
|
I worked around it and came up with the following solution:
I used htmltables that runat server within the same webform. Based on events I set the appropriate table to visible and the rest of the tables to invisible. In these tables I defined text objects and submit buttons. This will only show the table I need with the webform objects in this table. And it seems to work. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > multiple webforms in one page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|