Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the actual use of UseSubmitBehavior property of button in ASP.net?I have already tried googling, but could not get the exact scenario when to use it.
Posted

1 solution

It is set to true if the control uses the client browser's submit mechanism; otherwise, false. The default is true.

Have a look at this:
Button.UseSubmitBehavior Property [^]
 
Share this answer
 
Comments
rajivpande86 20-Jul-10 8:31am    
But what is meant by client browser's submit mechanism?Can you please explain..
Sandeep Mewara 20-Jul-10 8:35am    
It means the way it posts the Web page back to the server when clicked.

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