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 the difference between globalization and localization?
Where would you use an ihttpmodule, and what are the limitations if any?
How many web.config files can I have in an application?
Explain the various authentication mechanisms in asp.net.
What is difference between Fragment Caching and Page Caching in ASP.NET?
How can u deifne the benefits and limitation of using Viewstate for state management?
what are configuration files?
What do you mean by authorization?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Are cookies client side or server side?
What is application session?
What is the difference between a cookie and a pixel?
What is routing in MVC?
Is asp.net core faster?
Can a .net web application consume java web service?