Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


What is data control in asp.net?

0 Answers  


detail code for sql data connections?

2 Answers  


Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding

2 Answers   Syntel,






Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


What is rich control in asp.net?

0 Answers  


Explain diff between dataset and datareader?

0 Answers  


How ASP and ASP.NET page works.

3 Answers  


What is meant by asp.net?

0 Answers  


Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


what is CLR?

3 Answers   PrimeLine,


Categories