all groups > asp.net mobile > september 2007
Upload file
Posted by imm at 9/27/2007 7:48:01 PM
I am trying to create "upload file" option on mobile web site.
I created an upload.xhtml page that post the selected file to
UploadProcess.aspx page.
In aspx page get the input sream from Request.Files[0] collection.
Everythig works fine when I test it using device emulator from VS 2005,
but t... more >>
Pocket IE 5.1 - JavaScript - Keyboard
Posted by Hans Artm at 9/16/2007 1:09:05 PM
Hi,
We have developed a solution for Mobile 4.2 (2003) that runs in pocket IE.
It's a simple web application but its using JavaScript to map keys to links
on the pages (press '1' to go to..., press 'esc' to exit and so on). It
works really great - on 4.2. The problem now is that some clients a... more >>
Dynamic objeclist mobile control
Posted by Anoop at 9/14/2007 8:52:00 AM
Hi,
I m creating objectlist dynamically and binding data from arraylist, the
problem I m facing here is i m getting data on the grid as hyperlink as
usual, but when i click on hyperlink, page post back but no details are being
displayed.
Can someone hekp me on this.
Thanks... more >>
Works on web, but not cell phone
Posted by Joey Martin at 9/5/2007 6:51:20 AM
I am not a .net programmer. I am taking over someone's application and
need assistance.
I have a mobile website created (pages are .aspx) and it works fine
online. When I try to access it from my cell phone, it get a FILE FORMAT
UNKNOWN error. I have also tried it on a couple web-based cell ph... more >>
problem with Mobile Form CustomAttributes property in ASP.NET
Posted by Nadav Popplewell at 9/3/2007 6:58:29 AM
Hi there
I'm trying to use the Mobile Form CustomerAttributes dictionary to add some
custom attributes to the <body> tag generated (for Html devices).
I've set allowCustomAttributes="true" in the <mobileControls > tag in
web.config.
Then in the page code I've got code like this:
i... more >>
|