Help with SoftKeys

W

WFB

Hi,

Im having a problem getting things to show up in the SoftKeys (Im using the
vs.net
Smartphone emulator). Any help would be appreciated. My code is as
follows:

<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="Form1" runat="server">
<mobile:TextBox id=txtName runat="server">
</mobile:TextBox><mobile:Command id=cmdSave runat="server"
SoftkeyLabel="Save">Save</mobile:Command>
</mobile:Form>
<mobile:Form id=Form2 runat="server"><mobile:Label id=lblName
runat="server">Label</mobile:Label></mobile:Form>
</body>

And the code behind is

Private Sub cmdSave_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles cmdSave.Click
ActiveForm = Form2
Me.lblName.Text = "hi " & Me.txtName.Text
End Sub


Thanks for any help,

Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top