User-2072548222 posted
Hi,
My code is
<mobile:Form id="Form1" runat="server">
<mobile:Label ID="Label1" Runat="server">Hello,</mobile:Label>
<mobile:TextBox ID="TextBox1" Runat="server"></mobile:TextBox>
<mobile:Command ID="Command1" Runat="server" OnClick="Command2_Click">Command</mobile:Command>
</mobile:Form>
But when I ran it with Openwave Simulator, I couldn't see the Command control, but when I added another Command control below command control, I could see two command control. Why?
Thanks