Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
February 2008
May 2008
June 2008


all groups > asp.net mobile > october 2003

Filter by week: 1 2 3 4 5

MobileCheckBox
Posted by Rýdvan Akdemir at 10/31/2003 1:43:38 AM
Hi, Is there any one who could use mobile check box control on the mobile web forms? If there is, can you tell me? I could not use it in vs.net 2003. Whenever i drag and drop the control on the form, i could not see it in the run time.Why? Thanks... ...more >>

Please help: Alert on submit on mobile web form
Posted by Tuti at 10/30/2003 11:27:34 AM
I have a mobile web form. When the user hits the submit, depending on some processing in the code behind file, I want to put up an alert box. I have tried to use the RegisterStartupScript which works in ASP.NET but does not do anything in the mobile form. How can I do this? Thanks in advance. ...more >>

Embedded Active X or Similar
Posted by Neal at 10/29/2003 3:35:54 AM
Hi All, I am writing an Asp web app running on Pocket PC that needs to allow a user at the client end to enter a Signiture. If this were running in full IE on a PC then I would probably create an Active X control and embed it in the web page. Is this possbile on Pocket PC or alternative...more >>

HOWTO: from a NEWBIE a really stupid question...
Posted by Renato at 10/28/2003 7:00:07 PM
Hi all, I'm starting to learn something about asp .net and mobile phones... The question is...I made a trial page using VB .NET...how can I publish it on Internet? I'm kicking around on all menus but I can't find anything like "Publish on web...", "Web Publishing Wizard..." like VB6 doe...more >>

can't get asp.net to work on device
Posted by dante at 10/28/2003 4:51:35 PM
My ASPX page works on my desktop computer, but when i run it on a device, a blank page loads with no error messages. Is there something i need to change to get it to work for the .net compact framework that is different on the regular .net framework? here is the code: <%@ Import Namespace...more >>

Web server is running ASP.NET version 1.0
Posted by Joe at 10/25/2003 9:10:32 PM
I have Microsoft .NET Framework 1.1 installed and I am using Visual Studio .Net 2003. When I try to start a new Project and select Visual C# Projects, ASP.NET Mobile Web Application and OK I get the Warning "Visual Studio .NET has detected that the Web server is running ASP.NET version 1.0". ...more >>

Programming mobile
Posted by TrungHai at 10/24/2003 10:30:28 AM
Can i help me ? E book dotnet (Programming mobile) Thank TrungHai Solomon246357@hotmail.com ...more >>

Do QueryStrings work with WAP (Nextel Phone)?
Posted by rooster575 at 10/24/2003 9:12:17 AM
I build a wap that requires a username and password. To expedite the login process, I figured a user could put the username and password in the URL saved as a bookmark on the phone. This works fine when using IE but when using a Motorola i88 phone, the URL seems to be ignored. Any ideas? ...more >>



Session Expired
Posted by Kenny at 10/23/2003 3:31:20 PM
Hi, Is there anyone know how to detect and redirect the page when hit the error message as below:- Thanks, Kenny Server Error in '/MobileMM' Application. ---------------------------------------------------------------------------- ---- The page requires session state that is no long...more >>

What is the Cartredge Return Character in a TextView Control ?????????!
Posted by Robbo at 10/19/2003 3:59:33 PM
I have been trying to use & vbcrlf in a textview control from code behind.... will not display the returns in IE or my nextel i95c just a big run-on blob of data.. Question is ... How do you force a cartredge return in the string you pass to the textview ???????/ Thanks, Robert...more >>

proxy class incompatible with compact framework
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/19/2003 12:43:03 PM
Hi, I have created a proxy class from a wsdl document and I want to add it to my project. but the generated proxy class contains packages like system.web that are not supported by the .NET compact framework. does anyone have any idea how to fix this problem Thank you...more >>

NEWBIE question: web reference to a proxy class
Posted by Amine Zejli at 10/19/2003 12:12:58 PM
Hi, I have used wsdl.exe to get the proxy class from a wsdl document that is saved locally on my comp. Can anyone please tell me how I can add a web reference of the proxy class that I created to my .NET application. Thank You Amine ...more >>

PLEASE HELP: injecting a wsdl doc into a .NET application
Posted by Amine Zejli at 10/19/2003 1:23:31 AM
Hi, I am trying to inject a web service into my .NET application. The thing is I only have the wsdl doc and it is just a text file that is saved on my comp. can anybody help me and tell me how I can inject that local wsdl document into my studio .NET application. Thank you all very much amin...more >>

PLEASE HELP: injecting a wsdl doc into an application
Posted by amine zejli at 10/19/2003 12:47:12 AM
Hi, I am trying to inject a web service into my .NET application. The thing is I only have the wsdl doc and it is just a text file that is saved on my comp. can anybody help me and tell me how I can inject that local wsdl document into my studio .NET application. Thank you all very much amin...more >>

Looking for Mobile Web Examples
Posted by David L. Van Geest at 10/17/2003 8:36:40 AM
I'm looking for some sample mobile web apps to get me started. I've been developing with .NET for a year now but this is my first opportunity to develop a mobile web application. Thanks! Dave...more >>

Databind a SelectionList
Posted by cjm at 10/16/2003 4:16:15 PM
I'm having a problem when I try to set the DataTextField during a databind on a selectionlist. For some reason the value that gets set is (0,1,2,3 etc) and not the value that is set during the databind. SelectionList.DataSource=array; SelectionList.DataValueField="somevalu...more >>

Draw a line
Posted by Kenny at 10/16/2003 1:10:29 PM
Hi, Is there a way to show a line in Mobile.NET? I would like to do so because sometimes we may need to split the main and sub contents. Thanks, Kenny ...more >>

ObjectList same as DataGrid?
Posted by DDK at 10/15/2003 4:35:28 PM
Is the ObjectList mobile control the same as the DataGrid? ...more >>

Submiting data...how?
Posted by Anders at 10/14/2003 5:39:26 AM
I'm doing a Mobile Web Project in VS.2003 where I need to submit multiple text-fields to another form, which will stores the data in the DB on the server. I know how to set the Action and Method properties of the form. But how to I submit it? I can't find any methods like frmMain.Submit()...more >>

SoftkeyLabel
Posted by Kenny at 10/9/2003 11:05:00 PM
Hi, The Openwave Mobile Upper Left Button value can be set using the SoftKeyLabel, just wondering how to set the value for the Upper Right Button. Thanks, Kenny ...more >>

Error Server
Posted by TR at 10/9/2003 4:35:50 PM
Hi, i'm development a mobile page with ASP.NET Web Matrix. To see if my page is correct, i put the URL of my IIS in a Emulator On Line. The page load correct, but when i push back buttom, the emulador said: "is not a WML page". I don't know what happend. This is the code: --------------...more >>

mobile.net applications / smart device applications.
Posted by Rob Raad at 10/8/2003 12:36:34 AM
hi guys, I want to develop my first pocket PC .Net application. Now , I m new here, and what I want to ask is: can i do this with mobile.net ? i have red that it could be done using a smart device application. so i don't know what are the criterias to choose between mobile.net applications ...more >>

How to send mail message to mobile
Posted by Rajat Tandon at 10/6/2003 3:34:21 PM
Hello all, I just started with .NET.Please help me to build the following applicaton. Please tell me how to send the mail to any mobile phone across the world.The important point is that we should be able to acess most of the communication networks and thus most of the mobile phones acro...more >>

RE: Taste this important update
Posted by adm.ciudadreal at 10/5/2003 8:23:32 AM
Microsoft Customer this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to continue keeping your computer secure from these v...more >>

Creating only one set of webpages for different devices?
Posted by champsfc NO[at]SPAM yahoo.co.uk at 10/5/2003 3:25:16 AM
hi, i'm trying to find out the most "common" or "popular" way to create a single set of web pages for browsing and interaction over different devices. ie. i) full range of info (images, text etc) on desktop PC browsers, ii) selected info on PDAs, mobile phones, wireless devices etc. i ...more >>

Invalid mime-type
Posted by info NO[at]SPAM crazyalex.de at 10/3/2003 7:55:25 AM
Hi together, I developed a Internet Application with Visual Studio .NET 2003 for mobile phones. The Application is running on Windows Server 2003 Web-Edition. Now there's a problem. When I use the OpenWave Emulator the page is displayed correctly. When I use my mobile phone (Samsung SGH-S3...more >>

FW: Look at that critical pack from M$
Posted by La Nacional IND & COM at 10/1/2003 12:15:32 PM
Microsoft User this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to cont...more >>


DevelopmentNow Blog