How Can we use multiple forms in single asp.net application?
Answer Posted / kuldeep
Yes, We can have multiple forms in ASP.NET. There should be
one form with runat attribute and rest without runat
attribute
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is application in asp net?
Which method do you use to kill explicitly a users session?
What is marshalling ? Is it a part of asp.net ?
Is oauth for authentication or authorization?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is cookieless session id explain in brief?
How do you design a website with multilingual support in ASP.NET ?
How do I use response redirect?
What is the difference between table and query?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Why we are using mvc instead of asp.net? : Asp.Net MVC
Define resource files.
What is postback in asp net?
Explain the benefits of viewstate?
Describe a bubbled event and how it is used ?