How many types of validation controls are provided by
ASP.NET?
Answer Posted / rajesh
6
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does asp.net still recognize the global.asa file?
What is the difference between typeof() vs gettype()?
What is base class of button control in .net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Which two new properties are added in asp.net 4.0 page class?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is the difference between session object and application object?
How does http session work?
How do sessions work?
What are demand-paging and pre-paging?
What are the events that happen when a client requests an asp.net page from iis server?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Mention the execution process for managed code?
What is a 401 redirect?
What is inheritance and an how it be used, example with an example?