I have a textbox , assign required field validator and i
have two buttons 1) save 2) cancel , i want the validator
run only when i click save button, don't validate cancel
button , what to do?
Answer Posted / minakshi
set VlidationGroup property of validator.
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain parts of assembly?
How will you maintain versioning in asp.net 2.0?
Where is http session stored?
How does session id work?
Are cookies stored on server or client?
What is the caspol.exe tool used for?
Why is it preferred to not use finalize for clean up?
Which is faster viewbag or viewdata?
What is ashx file in asp.net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Which authentication uses a combination of windows and iis authentication?
Explain what does wsdl stand for?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Can you explain autopostback?