Stop a postback in javascript

Posted by jmpena on Stack Overflow See other posts from Stack Overflow or by jmpena
Published on 2009-05-14T13:40:28Z Indexed on 2010/05/23 12:00 UTC
Read the original article Hit count: 366

Filed under:
|
|
|

hello,

i have an ASP webform with a JQuery Thickbox, i have an image that opens the thickbox when user click.

once open the thickbox it shows me a grid with several rows and a button to select one and after the user select the record it returns to the main page the recordselected and cause a __doPostBack()

BUT! sometimes in IE6 it stay loading the postback and never ends i have to refresh the page and when it refresh it shows everything fine. but i dont want the postback stay loading AND it does not happend always.

i have to call a __doPostBack because i need to find info related to the selected record.

thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript