Quote:
Originally Posted by mbnewmedia I have an asp:FormView EditItemTemplate for data entry on a smartphone web page. The standard form submission with a
<asp:LinkButton CommandName="Update" ....> generates in html
<a href="javascript:__doPostBack(....)">
This results in a javascript error for my BlackBerry running the BB browser in BB emulation mode. If I change the browser option to emulation mode = Internet Explorer, the form posts successfully.
So, my question is this. Do I have to instruct BlackBerry web surfers to use emulation mode IE in order to use my web site, or is there some alternative solution? (recode my web page to not use an asp FormView?)
Thanks for any help you can provide. |
hi
I am also facing the same issue. Could you find any solution for this problem?