What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?


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

Post New Answer

More ASP.NET Interview Questions

What is redirecting behavior?

0 Answers  


What is the sequence in which ASP.NET events are processed?

0 Answers  


What is Serilazation? how many type of serilazation are their?

3 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?

1 Answers   Zenith,


What is __ requestverificationtoken?

0 Answers  






if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


What is the benefit of WebAPI over WCF?

0 Answers  


The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


What is the state management in asp.net?

0 Answers  


What are the main requirements for caching?

0 Answers  


Types of state management techniques ?

6 Answers   Digital GlobalSoft,


What is active web page?

0 Answers  


Categories