How many webforms are possible on a single webpage?
Answers were Sorted based on User's Feedback
Answer / chandra prakash
There can be only one form with runat='server' attribute.
but we can give multiple form tag without runat server
within a single form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / alpesh
For .NET infrastructure there should be only one <Form> tab
within a page
in .net on the submit the page is been posted back to the
form tag which is by default one only.
here in asp.net we cannot have more than one pages
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swapnil
In a single page n number of pages u take.
Using different Layer
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / elango
n number of webpages u can have in a single webform.for
example in a loginpage.aspx u can have 2 different iframes
in that u can load 2 different pages.
| Is This Answer Correct ? | 0 Yes | 3 No |
Can I combine classic asp and asp.net pages?
What is an il?
How to turn off cookies for a page?
What is the mvc model?
How do we get only edited/deleted/inserted records from a Dataset?
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
What is Web API?
Define application state variable and session state variable?
How dataadapter.fill works?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How you can access the values from the Repeater control in ASP.NET?
Why mvc is faster than asp.net? : Asp.Net MVC
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)