I am wondering if some mobile browsers are not able to handle the html hidden fields properly. (i.e. fails to pass the value on submitting the form)
If that is the case then is it safe to assume that the browser will not able able to browse through ASP.NET pages with postbacks as postback uses hidden fields?
Thanks in advance.
Felix
AFAIK this is not an issue as the recommendation from Microsoft is to switch to normal ASP.NET controls. Actually, even the
System.Web.Mobile.dllassembly is being deprecated.