Hi
I am developing a mobile web VB asp.net application in VS 2005. The forms
are mobile web forms. I have a mobile web configuration page (web.config).
In one of my forms I have a DeviceSpecific control so that I can choose to
use an asp:TextBox when PocketIE is detected, otherwise I want to...
more >>
There was an article about setting the focus in a mobile page with
this code:
<mobile:Panel id="Panel1" runat="server">
<mobile:DeviceSpecific id="DeviceSpecific1" Runat="server">
<Choice Filter="isHTML32">
<contenttemplate>
<Script for='window' event='onload' language='jscript'>
window.Form1...
more >>
Hi,
Sorry for my English, i learn something about asp.net mobile to make a
application combine whit mysql, and i have a question,
I want make a mobile:SelectionList dynamic to take the data for the
database, all right, but my question is about the ItemValue, because i want
to take the ID...
more >>