Hi ng,
I have built a simple asp.net mobile app that works fine in the browser
(IE6.0) but not in my mobile browser.
Basically, it is a survey made up of several forms. At the end of the forms
I have a button that submits the data via web service.
On the Deactivate event of each form I collect the data I need form the
fields and set to viewstate variables.
This works fine in the browser (ie6.0), but I keep losing the values when
submitting it in the mobile browser.
What am I missing? Is there a best practice for passing data around in a
mobile app?
Cheers, joe
I have built a simple asp.net mobile app that works fine in the browser
(IE6.0) but not in my mobile browser.
Basically, it is a survey made up of several forms. At the end of the forms
I have a button that submits the data via web service.
On the Deactivate event of each form I collect the data I need form the
fields and set to viewstate variables.
This works fine in the browser (ie6.0), but I keep losing the values when
submitting it in the mobile browser.
What am I missing? Is there a best practice for passing data around in a
mobile app?
Cheers, joe