ASP.NET website not working properly in mobile
Posted
by
ria
on Stack Overflow
See other posts from Stack Overflow
or by ria
Published on 2010-10-18T11:21:53Z
Indexed on
2010/12/26
1:54 UTC
Read the original article
Hit count: 547
I have created a simple app with a page having a server side form, three fields and a button that submits and performs two operations - 1) adds the form fields to the database table 2) sends an email. Now everything works fine on the web browser on my machine but when I access the app through my mobile, the page does not seem to work. the UI and all are set but the button click functionality doesnt seem to be working and also the label which is set after a successful submit is already visible and showing the "thank you" message. Am i doing something wrong here?
I have checked the app on Nokia Smartphone browser, android phone, and iphone simulator.
© Stack Overflow or respective owner