Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Mobile > Nokia 7650 Problem

Reply
Thread Tools

Nokia 7650 Problem

 
 
john/b
Guest
Posts: n/a
 
      09-08-2003
Hi, I'm having trouble serving up some asp.net pages on a Nokia 7650. The
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aoatrade.com Unlocked Nokia N97,nokia n97 mini,Nokia N8,Nokia N900 chen selina C++ 0 07-06-2010 01:35 PM
Aoatrade.com Unlocked Nokia N97,nokia n97 mini,Nokia N8,Nokia N900 chen selina C++ 0 07-05-2010 06:41 AM
Nokia N95 Hoodies Sunglasses Nokia N93 Nokia N70 Sony memory cardMobile Phones shopbb.com Computer Support 0 11-18-2007 04:44 PM
Nokia N95 Hoodies Sunglasses Nokia N93 Nokia N70 Sony memory cardMobile Phones shopbb.com C++ 0 11-18-2007 04:39 PM
Issue with Nokia 7650 john/b ASP .Net Mobile 0 09-08-2003 04:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57