How many webforms are possible on a single webpage?
Answer Posted / 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 |
Post New Answer View All Answers
What is custom events? How to create it?
Can you explain one critical mapping?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How can you use a custom controls in ASP.NET application?
What is the difference between stored procedure vs function?
Is it true that a Web service must be written in .NET or not?
What are the different types of proxy patterns?
From which base class all web forms are inherited?
Explain exception handling in .net.
What are the uses of reflection?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain what the contents of cookie?
What are the different validators in asp.net?
When Cookies are expired in ASP.NET?
Define satellite assemblies.