User contro having 4 text boxes given validation controls.
i want to execute validations after the button click event
how it is?
Answer Posted / atish r . jaiswal
If we want the validation to be done after the click event
of the button
we can set the disply property of the validator to dynamic
vaidaton will occur so when user click on button
and not on when user left the field invalid
but as answr above
cause validation property is used to avoid the validation
to occur on some respective buttons
if we want to validate only few controls on page
then we use the valiationgroupproperty to set it with same
name to all controls in group and of the validator
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is DLL Hell and how it is solved in .NET? please explain clearly??
Explain the purpose of storyboard.targetproperty.
Define transparent caching with aop?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the usage of DelegatingHandler?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is the difference between exe and dll?
Where session id is stored?
What is a web api? Which protocol is used in a web api?
Define tracing.
What is Partial PostBack in ASP.NET?
How to add DateTime Control in normal DataGrid Server Control?
Describe session handling in a webfarm, how does it work and what are the limits?
What is difference between mvc and asp.net? : Asp.Net MVC
Is web config mandatory?