Issue with Nokia 7650

J

john/b

Hi, I'm having trouble serving up some asp.net pages on a Nokia 7650. They
work fine in Internet Explorer and the several other phone browsers and
emulators I've tried them in. The problem is that when the page loads the
first time on the 7650 it works fine, but if the anything else is attempted
on the page the phone returns the error "WAP : Reply Unknown". I've included
some simple sample code below :

<script runat="server">

Sub Command1_Click(sender As Object, e As EventArgs)
if Label1.text = "Hello World!" then
Label1.text = "Hello World Again!"
else
Label1.text = "Hello World!"
end if
End Sub

</script>
<mobile:Form id="Form1" runat="server" >
<Mobile:Command id="Command1" onclick="Command1_Click"
runat="server">Click Me Now!</Mobile:Command>
<Mobile:Label id="Label1" runat="server">Label</Mobile:Label>
</mobile:Form>

When this code is first run and the Command1 button is pressed the label
reads "Hello World!". When the button is pressed for a second time it should
read "Hello World Again!", but instead the error is displayed. This page
works perfectly on all the other browsers I've tested it on.

Has anybody any ideas?

Thanks,

John/b
 

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

Similar Threads

Nokia 7650 Problem 0
Issue with textbox script? 0
Adding TextBox with default value 1
Issue with passing fetched data to POST form. How can I? 0
repeater 0
Help with SoftKeys 0
custom control help 0
PDA Issue 0

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top