all groups > asp.net mobile > december 2004
Using ASP.net to set Text Box field to Numerics only
Posted by Sue at 12/30/2004 7:29:01 AM
Hello,
We are in the process of implementing our third party customized application
to use Blackberry which I believe uses HTML. Is there a way that we can get
an ASP.net Mobile text box to work with only numeric data? In order for the
user to enter a number, they have to hit the shift num... more >>
transmitting signature
Posted by David C at 12/29/2004 8:49:52 AM
My goal (if attainable) is to program something that is akin to how UPS
delivery men collects signatures and more. Here is the scenario.
- An inspector visits a restaurant.
- Uses a PDA to fill out a web form programmed to document deficiencies
- Have the restaurant owner sign on the PDA
- t... more >>
RedirectToMobilePage() don't work
Posted by Using Mobile .NET via DotNetMonster.com at 12/23/2004 11:56:06 AM
I'm at the begin of a project for Mobile .NET.
The problem is:
using the method like that
RedirectToMobilePage("http/localhost/MyProject/MyFolder/MyPage.aspx");
my emulator don't redirect in a page into a folder, and the browser returns "The page you are lookink for connot be found".
The same c... more >>
IsMobileDevice returns false when connecting with WM 2003
Posted by Sacha Korell at 12/21/2004 4:57:23 PM
Request.Browser("IsMobileDevice") returns false when connecting with my iPAQ
2215 (and other Windows Mobile 2003 devices), although
HTTPBrowserCapabilities "Platform" returns "WinCE".
What's going on? I'm using VS.NET2003 for development with DeviceUpdate4
installed.
I had a code snippet l... more >>
redirecttomobilepage from .ascx file
Posted by Trine at 12/17/2004 4:39:42 PM
Is it possible to redirect to another mobilepage from a user control loaded
in a different page - samples are welcomed!
Trine
... more >>
XhtmlFormAdapter
Posted by Sean Feldman at 12/15/2004 9:37:50 PM
Hello,
I need to insert a custom attribute to <body> tag of an xhtml document
rendered by our mobile ASP.Net application. I have succeeded to do that with
HtmlFormAdapter (it's RenderBodyTag method), but can't figure out how's that
done with XhtmlFormAdapter. Thanks for your assistance.
--... more >>
Detectif its a device or aweb browser and then redirect?
Posted by Luis Esteban Valencia at 12/14/2004 2:50:23 PM
I have a website for normal browsing with ASP.net! but I want that when
people targets at
www.mydomain.com the default.aspx detects if its a mobile or just a normal
browser and redirect to the appropiate file.
--
LUIS ESTEBAN VALENCIA
MICROSOFT DCE 3.
MIEMBRO ACTIVO DE ALIANZADEV
... more >>
Is there a way to develop on .net on a V220 Motorola Mobile Phone?
Posted by Luis Esteban Valencia at 12/14/2004 9:59:35 AM
Is there a way to develop on .net on a V220 Motorola Mobile Phone?
I am very new to this, and I just ran a game and it appears the logo of
JAVA.
--
LUIS ESTEBAN VALENCIA
MICROSOFT DCE 3.
MIEMBRO ACTIVO DE ALIANZADEV
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Pocket PC Apps
Posted by Sam at 12/9/2004 9:57:14 AM
I intend to develop pocket pc application and I bit confuse of handheld SDK.
Please advise me which handheld SDK is suitable for design pocket pc
application.
Is ASP Mobile could do this task on Windows Mobile 2003 at pocket pc?
... more >>
can't make objectlist show items in pages
Posted by Nikolay Anestev at 12/7/2004 7:37:59 PM
Hi all.
I just cann't make this ObjectList control show items in pages. I set the
"ItemsPerPage", but it not works.
Also, I'd like to have every command object look like a link. I set the
"Format" property with "Link" value and it looks good in the form designer,
but when run on a device or o... more >>
Session not allow in ASP.Net Mobile Web App?
Posted by Pop at 12/3/2004 9:15:04 PM
Hi alls,
I'm writing a asp.net mobile web app.
Here are the codes:
try
{
myConn.Open();
myCmd.Connection=myConn;
myCmd.CommandText = strSelect;
myReader = myCmd.ExecuteReader();
myReader.Read();
if ( myReader.HasRows)
{
Session("StaffID") = myReader.GetValue(0);
Session("Logi... more >>
BlackBerry
Posted by Kurt Schroeder at 12/2/2004 7:01:07 AM
Does anyone have experience with programming for BlackBerry? I just have a
few general questions about how easy it was and what the results were like.
I was wondering how clients reactions to the resulting (web) programs were
and if they really used the web pages developed for it.
....and are ... more >>
Closing down an app on a mobile device from a Windows app
Posted by Matt at 12/2/2004 4:16:09 AM
Hello,
I have a .Net windows application that transfers a data file via Active
Synch to a
mobile device using the Windows CE API.
The problem I have is that the application on the mobile device will
not
pick up the new data until it is restarted. This is because all the
data
is read from... more >>
|