How many webforms are possible on a single webpage?
Answer Posted / 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 |
Post New Answer View All Answers
Can I combine classic asp and asp.net pages?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Mention the execution process for managed code?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Why do we need Sessions?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Why is xap important?
Explain the difference between sql invalidation and sql notification.
How to you can limit Access to Web API to Specific HTTP Verb?
Describe the difference between inline and code behind - which is best in?
What methods are fired during the page load? Init()
Which asp.net objects encapsulate the state of the client and the browser?
What is fulltrust?
Explain the role of global.asax?
Why would anyone need to implement their own hashtable or linked list?