What is validation in asp.net?


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

Post New Answer

More ASP.NET Interview Questions

In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


What is the difference between trace and debug in asp.net?

0 Answers  


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


How do you use viewstate?

0 Answers  


How would you implement inheritance using c#?

0 Answers  






What are the types of session in asp.net?

0 Answers  


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


can we edit records from repeater control

2 Answers  


Can you explain the importance of finalize method in .net?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


What is strong name and which tool is used for this ?

3 Answers   Patni,


What is a page life cycle? What are the events in a page life cycle?

0 Answers  


Categories