Click here to Skip to main content
16,004,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to disable Progress bar image when validation Fails?
when i click on submit button then progress bar's image appears even if TextBox is Empty
plz help me guys
Posted

1 solution

Your submit button raising progress bar logic needs correction.

What you need to do is, on submit button click, first do the validation on client side. Then if all is fine, you can let the control flow to server side. At this time, show the progress bar.
Do it stepwise and correct the work flow.
 
Share this answer
 

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