Postback problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an asp:Button that refuse to do postback when i hit it. Its
CausesValidation is set to true, but it does not do postback.

The rendered code contains a
onclick="javascript:WebForm_DoPostBackWithOptions.., can anybody tell me why
and how to solve this problem?

Thanks!
 
I have an asp:Button that refuse to do postback when i hit it. Its
CausesValidation is set to true, but it does not do postback.

The rendered code contains a
onclick="javascript:WebForm_DoPostBackWithOptions.., can anybody tell me why
and how to solve this problem?

Thanks!

Try asking this question in the following news group:
microsoft.public.dotnet.framework.aspnet or Google it which returns 118 items
when searching for "javascript:WebForm_DoPostBackWithOptions"
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top