C
chrismichaelgardner
Has anyone figured out how to get rid of the "doPostback" Javascript
errors on Safari. I have a simple page with one gridview. When a row
is selected, Safari hangs and the Javascript console reports an
"invalid return type on doPostback". All I'm doing is running a
standard select call (nothing fancy).
I've tried disabling viewstates for both the page and gridview. I've
also tried renaming the form (someone said Javascript may not like
"default" on the postback). Nothing.
errors on Safari. I have a simple page with one gridview. When a row
is selected, Safari hangs and the Javascript console reports an
"invalid return type on doPostback". All I'm doing is running a
standard select call (nothing fancy).
I've tried disabling viewstates for both the page and gridview. I've
also tried renaming the form (someone said Javascript may not like
"default" on the postback). Nothing.