Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am using different panels in c# asp.net. In each panel I have separate next button. In one panel I am validating the textbox that txtbox should validate when next button is firing but my button is not firing. If I make cause validation false then textbox is not validating..... please help me what s the problem
Posted
Comments
Kornfeld Eliyahu Peter 22-Sep-14 9:06am    
Probably your validation fails and that prevent the button to fire its event...

1 solution

Hi...!

you need to make validation group for this....


eg:

if a textbox having email validation
and multiple button are there on page then for only that particular button and email_textbox have same validation group... and other should be not in that group so other button will works fine....


:-)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900