ObjectList list view shows empty data when postback and rendering using item template
Sat, 27 Oct 2007 10:26:17 -0700
Hi,
I have mobile form with objectlist.
I am using device specific rendering for ishtml32 devices using
templates.
It displays object list first time (when not postback) correct. When I
click on item, i am using default rendering for
itemdetail. Item detail shows fine.
Now when user clicks back link (de ...
|
custom control help
Sun, 21 Oct 2007 10:07:05 -0400
Hi,
I've been building a mobile custom web control using MSDN and various
articles as a guide. The purpose of the control is to retrieve a
document at a url and display its contents. Right now, I would be happy
if I could get it to simply display a fixed string!
So, I created a control:
---------------- ...
|
KeyDown/KeyPress is not working... ??
Fri, 19 Oct 2007 10:45:01 +0200
Hi,
We are doing a simple aspnet app to be used by Mobile 5.1 units with a
numeric keyboard (Symbol). But we can't get some javascript working -
including KeyDown and KeyPress in a textbox, and we really need to solve
this to make the application as simpel to use as possible (numbers on the
keyboard are used ...
|
send SMS using ASP.NET[1.1], C# using GSM modem connected
Fri, 12 Oct 2007 00:17:02 -0700
Can I know how to send SMS using ASP.NET[1.1], C# using GSM modem connected
to my system. Is there any reference sites for that or any sample code
available?
Thanks in advance ...
|
mobile:SelectionList Item Value Dynamic??
Thu, 11 Oct 2007 13:11:25 +0200
Hi,
Sorry for my English, i learn something about asp.net mobile to make a
application combine whit mysql, and i have a question,
I want make a mobile:SelectionList dynamic to take the data for the
database, all right, but my question is about the ItemValue, because i want
to take the ID from the databas ...
|
Upload file
Thu, 27 Sep 2007 19:48:01 -0700
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 the process fails ...
|
Pocket IE 5.1 - JavaScript - Keyboard
Sun, 16 Sep 2007 13:09:05 +0200
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 are
running Mobil ...
|
|
|
Dynamic objeclist mobile control
Fri, 14 Sep 2007 08:52:00 -0700
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 ...
|
Works on web, but not cell phone
Wed, 05 Sep 2007 06:51:20 -0700
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 phone
emulators an ...
|
problem with Mobile Form CustomAttributes property in ASP.NET
Mon, 3 Sep 2007 06:58:29 -0700
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:
if (this.AllowCust ...
|