I am working on supplementing my web site with mobile forms. I am using the 51Degrees mobile detector to redirect mobile devices to pages designed to fit a mobile browser. I am only concerned wit smartphones I guess since they are the newest thing. I am
using Keynotes MITE emulator to test. On one page I display a list of results for the current day. Using << >> buttons I increment the date and re-retrieve the list. This works fine when previewed from VS2008 and it does retrieve the first list in the emulator.
However if i click >> or << it errors:
I am not sure which phone i am actually using, not that familiar with the emulator, but it seems to let me login, etc. The error seems to occur on the postback, but i think thathas been executed on other pages? Are there things you cant use on mobile pages?
Member
120 Points
582 Posts
Mobile ASP.NET
Mar 15, 2010 11:53 AM|dieseldave|LINK
I am working on supplementing my web site with mobile forms. I am using the 51Degrees mobile detector to redirect mobile devices to pages designed to fit a mobile browser. I am only concerned wit smartphones I guess since they are the newest thing. I am using Keynotes MITE emulator to test. On one page I display a list of results for the current day. Using << >> buttons I increment the date and re-retrieve the list. This works fine when previewed from VS2008 and it does retrieve the first list in the emulator. However if i click >> or << it errors:
unspecified error message > 861 - Unsupported protocol > javascript:__doPostBack('LinkButton3','')
I am not sure which phone i am actually using, not that familiar with the emulator, but it seems to let me login, etc. The error seems to occur on the postback, but i think thathas been executed on other pages? Are there things you cant use on mobile pages?
Code:
Member
602 Points
171 Posts
Re: Mobile ASP.NET
Mar 16, 2010 02:45 AM|matrixvibe|LINK
Hello,
Try to test you page in Keynotes MITE emulator by selecting latest mobile phone of Blackberry or Nokai? See how it goes there.
Thanks
Member
120 Points
582 Posts
Re: Mobile ASP.NET
Mar 16, 2010 03:21 PM|dieseldave|LINK
I tried the BB Curve and Pearl - same error.
Member
602 Points
171 Posts
Re: Mobile ASP.NET
Mar 17, 2010 02:02 AM|matrixvibe|LINK
Can you please send me your HTML and codebehind file, i will take a look.
Member
120 Points
582 Posts
Re: Mobile ASP.NET
Mar 18, 2010 12:04 PM|dieseldave|LINK