I am developing pages which are supposed to use on windows mobile 5
pocket pc
and i simply used some validators like
<asp.RequiredFieldValidator1>
and some AJAX like <asp:UpdatePanel>
but the probliem is with those simple controls
and submit the button, the page REFRESHes
How can I stop these and have a page like the pages in IE 7 or IE 6
i found the answer myself
you should try to change some parameters in BrowserFile which shoud be inserted in your project path
in other hand
if you use "Opera 8.60u2 for Windows Mobile 5 Pocket PC"
you wont encounter such an error
<!-- richText -->
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
I don't believe the Microsoft AJAX Framework will work in IE mobile, you need to use a custom AJAX calls. (Meaning the Update Panel probably won't work).
i found the answer myself
you should try to change some parameters in BrowserFile which shoud be inserted in your project path
in other hand
if you use "Opera 8.60u2 for Windows Mobile 5 Pocket PC"
you wont encounter such an error
<!-- richText -->
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM