Postback problem

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!
 
O

Otis Mukinfus

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top