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 are server-side comments in ASP.NET?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How does u get record no from 5 to 15 from a dataset of 100 records?
What are the different web pages?
What is cookies in asp net?
How do I open an ashx file?
Explain how do you validate the controls in an asp .net page?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How do we ensure view state has not tampered?
Explain the flow of processing of the request? : asp.net mvc
How do session tokens work?
Explain the difference between value type and reference type?
What are resource file and how do we generate resource file?
Does web services support data reader like pom project?
Why do we need a web application session?