How do you validate the controls in an ASP .NET page?
Answer Posted / sneha gupta
we can validate controls either server side or client side.
for client side vaildaions we can your either javascript or
validation controls provided in .NET.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is global asax mandatory?
How will you load dynamic assembly?
To display data in a Repeater control which template you provide?
Explain the components of web form in asp.net
Where is session cookies stored?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is http response header?
What are the ways to sending the data in ASP.NET page?
What are the security types in asp.net?
Demonstrate Render and PreRender?
Where session id is stored?
Define static constructor?
Explain the function of new view engine in asp.net? : asp.net mvc
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How do I open an ashx file?