[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Janno

7/21/2002 1:16:00 AM

Hello!

I'm trying to display some news headlines with 2-3 lines of text from a data
file.

Here is my code: http://www.wapnet.ee/new...
Database file: http://www.wapnet.ee/d...
Sample: http://www.wapnet.ee/uu...

Now, everything works fine when I'm testing my page with Microsoft Mobile
Explorer 3.0, but when I'm trying to access the same page with my cell phone
(nokia 3410) It loads page about 30 sec and then I got following error
message: "Connection lost".

Is there any data size limitations?
Is there any other way to display news dynamicaly?

I'm also using the same system to display daily horoscope and everything
works fine....

Any comments?

Thanks!
Janno


1 Answer

Frank Tse \(MS\)

7/24/2002 8:14:00 PM

0

Hi Janno,

Have you successfully used 3410 to browse other wml pages? That is just to
verify if the connection on the phone is working properly.

I think each mobile device/browser has a limitation on the size of the page
content. On your page news.aspx.txt, I notice that the content of the form
is not paginated. So if the content of the ObjectList displayed on the
first form is big, Nokia 3410 might not be able to handle it. I cannot
access the uudised.aspx to verify the size of the content. To turn on
pagination on MMIT forms, you can take a look at the Mobile QuickStart
samples which come with MMIT installation, or you can access it online at
http://www.gotdotnet.com/MobileQ..., under Advanced Topics ->
Automatic Pagination on the left panel.

Frank
"This posting is provided "AS IS" with no warranties, and confers no
rights."

"Janno @ Gimenei" <janno@gimenei.com> wrote in message
news:OudecNEMCHA.2472@tkmsftngp11...
> Hello!
>
> I'm trying to display some news headlines with 2-3 lines of text from a
data
> file.
>
> Here is my code: http://www.wapnet.ee/new...
> Database file: http://www.wapnet.ee/d...
> Sample: http://www.wapnet.ee/uu...
>
> Now, everything works fine when I'm testing my page with Microsoft Mobile
> Explorer 3.0, but when I'm trying to access the same page with my cell
phone
> (nokia 3410) It loads page about 30 sec and then I got following error
> message: "Connection lost".
>
> Is there any data size limitations?
> Is there any other way to display news dynamicaly?
>
> I'm also using the same system to display daily horoscope and everything
> works fine....
>
> Any comments?
>
> Thanks!
> Janno