There is a login page that has two text boxes with required
field validators on it. The page has a login and cancel
button. How can we ensure that the click on the cancel
button doesnt fire a validation event.
Answer Posted / guneetinder singh
By using the validation Group property.
name validation group property of both required field
validator and on login button but not of cancel button.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the difference between login controls and forms authentication?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the life-span of the items in the viewstate?
Can we create a multiple user simultaneously ?
What is ashx file in asp.net?
What are the difference between function and stored procedure in .net programming language?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How to implement form based authentication in asp.net application?
How response object is related to asp's response object?
what is silver light when will we use silver light,
What is the page life cycle in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Which object encapsulates state or data of a user?
Give an example of cookie abuse.
What are the parts of an http response?