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 |
Explain how can you debug your .net application?
Explain asp.net mvc request life cycle? : asp.net mvc
Why Unload event of MasterPage Calls first in ASP.net ?
How can we Deploy a website?
Explain why datareader is useful?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Why Global.asax is used?
What do you mean by caching in asp.net?
What are the various ways to send content from one page to another?
What is WCF? Pls Explain clearly with exmple.
What is Difference between Callbacks and Postback in ASP.NET?
When during the page processing cycle is ViewState available?