On Age field how many Asp.Net validation controls will be suit?
Answer Posted / aaaaa
required field validator, range validator, compare validator
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is is post back property in asp net?
Explain how do you deploy your asp.net application?
Explain the benefits of viewstate?
Explain about asp.net caching?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is base class of button control in .net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the difference between Session and response.Redirect?
Explain what does mvc represent in asp.net? : asp.net mvc
Difference between singleton and singlecall.
How can you enable impersonation in the web.config file?
How to use ipostback?
How long do session variables last?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?