User contro having 4 text boxes given validation controls.
i want to execute validations after the button click event
how it is?
Answers were Sorted based on User's Feedback
Answer / satish
In 4 Text boxes properties, make the cause validation
property false. And in button click event make the all text
box cause validation property true.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / guest
Write the code for validations in the button control.
Is This Answer Correct ? | 0 Yes | 0 No |
Code for updating the database by entering the data into textboxes in aspx form?
what is SAP fullform
161 Answers A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,
What is the application pool?
If there are two web.config files in a application which config files will get priority?
what is the differance between native code & managed code?
Describe how ASP.NET maintains process isolation for each Web application?
What is customer control and user control?
What is s2s tracking?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
how to write code for role based security
What are skins?
Is post back property in asp net?