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 > november 2004

Filter by week: 1 2 3 4 5

Remove MobileListItem by value
Posted by Roman O at 11/29/2004 10:48:57 AM
Hi! I'm trying to delete MobileListItem defined in .aspx page: <mobile:selectionlist id="List1" runat="server" selecttype="DropDown"> <item text="Some text" value="Item1" /> </mobile:selectionlist> I'm using Remove method: List1.Items.Remove("move"); or property Visible: List1.Items[0]...more >>


newbie needing a mobile hello world sample app.
Posted by Carlos at 11/23/2004 5:34:48 PM
Hi everyone, I would like to start developing apps using ASP .Net mobile, but I do not know where to start. I need some kind of 'hello world' sample to get me going. I have explored some sites but haven't seen anything. Can anyone suggest a site with a sample?. Ideally, I would like something...more >>

Device emulator
Posted by Leo Pedeglorio at 11/23/2004 9:06:59 AM
Hi Everyone, I'm just starting to learn Web App programming. Where can I get an emulator? Thanks! ...more >>

Detect IE update version or service pack number
Posted by henry at 11/22/2004 5:32:20 PM
Hi all, I'm building a website which provides contents that only work for some browser types and versions. I know I can get most of the client browser information using HttpBrowserCapabilities class, but I can't find a way to determine IE update version or service pack number. Any ideas? ...more >>

Smartphone Socket problem (C#)
Posted by Wes via DotNetMonster.com at 11/22/2004 11:46:43 AM
Hey guys I am trying to develop a smartphone application. It is supposed to receive some data from a server and then copy to its storage folders. However, I seem to be failing given the obvious reason that I keep on receiving the 10061 message at the server side: "No connection could be made because...more >>

Help please - RSS for WinMobile2003
Posted by J.Alberto at 11/19/2004 8:31:39 PM
Hi I must develop an application a RSS Reader for Windows Mobile 2003 (Smartphone), with VB.NET 1. Which software do I need ?** 2. Do I need electronic knowledge to do this? 3. I have to choose between GSM and CDMA or doesn't matter? ** I downloaded the following, but don't which will I...more >>

How to enable frames in web mobile application?
Posted by Roman O at 11/18/2004 5:51:44 PM
Hello. I can insert <frameset> and <frame> tags using devicespecific filter and <asp:xml> control. But they're situated within <body> tag and browser ignore them. Is another way to insert frame tags or how to remove <body> tag? Thanks! ...more >>

Are they known issues of Openwave 5.0 with ASP.NET mobile controls?
Posted by domtam NO[at]SPAM hotmail.com at 11/18/2004 1:24:18 PM
I have come across a few weird issues when testing with Openwave browser 5.0 (included in Openwave SDK 5.1). The issues are: 1. System.FormatException Input string was not in a correct format. Method: ParseInt32. - The page doesn't even do Int32.Parse at all. 2. System.ArgumentException ...more >>



How to maintain ViewState in web-farm environment?
Posted by domtam NO[at]SPAM hotmail.com at 11/17/2004 5:08:58 PM
My question is about how to maintain view state in mobile ASP.NET across postback / request in a web farm environment. First of all, let's assume the web-farm does NOT use stick-session feature. In other words, different web servers may serve different requests in the SAME session. In non-m...more >>

MobilePage / Page Title
Posted by George Durzi at 11/17/2004 2:05:34 PM
Does a MobilePage not have a page title property? I can't seem to find one. ...more >>

Article: What is Isolated Storage ? (.Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/17/2004 6:10:33 AM
Hey Group, After a long week end I am back again. Its nice and refreshing after a short vacation so lets get started with .NET once again. Today we will discuss about Isolated Storage. This is one of the topics which I find interesting as I feel that it has a lot of practical usage or app...more >>

Avoid Cache in Mobile Web Page
Posted by Super ASW via .NET 247 at 11/17/2004 1:11:47 AM
I have the same problem just like Kathy.I take this from microsoft.public.dotnet.framework.aspnet.mobile Archive - April 2002 Kathy Hi, I developed some mobile internet applications using mobile internet tool kit and ASP.net. During the testing process, I usually have to make several changes a...more >>

Disable cache in mobile Web Page
Posted by Super ASW via .NET 247 at 11/17/2004 1:10:05 AM
I have the same problem just like Kathy.I take this from microsoft.public.dotnet.framework.aspnet.mobile Archive - April 2002 Kathy Hi, I developed some mobile internet applications using mobile internet tool kit and ASP.net. During the testing process, I usually have to make several changes a...more >>

Compact Framework on CE to support Webserver??
Posted by microsoft.com at 11/16/2004 10:16:48 AM

Problems with datagrid/viewstate on pocket explorer
Posted by Kvitepus at 11/10/2004 7:33:03 AM
I have a problem with an application which is used by pocket explorer on a mobile device. The problem is described in article 320708, "PRB: Cannot edit data in grid from Windows CE-based device" on your support site. To solve this problem I have to save and load viewstate manually when acce...more >>

SetFocus on Load
Posted by Don Schilling at 11/9/2004 7:07:29 PM
How can I set the focus on a textbox for Pocket PC mobile 2003? On load I would like focus on text box so a bar code can be scanned without any keypading. I'm currently using C# in Visual Studio to create either a mobile or web app. I've tried javascript, looked at WML, but no luck. As a side ...more >>

How to redirect to another page from MobileUserControl
Posted by Sara T. at 11/9/2004 2:59:47 PM
I need to write some MobileUserControls that has a button and redirect to anywhere. I found problem to call RedirectToMobilePage method in MobileUserControl, because MobileUserControl is not inherited from MobiePage. Does anyone know how to redirect ? Sara T. ...more >>

ASP.NET and splash screen on mobile
Posted by Sara T. at 11/9/2004 7:12:33 AM
If I need to develop splash screen on mobile with using ASP.NET, how can I do? See the picture: Page1: This is page 1, you are going to page 2 Loading... Delay for 5 seconds Page2: This is page 2 Anybody has some a little code for starting to develop for the situation like this: ...more >>

Smart Client Architecture and Design Guide
Posted by Naveen at 11/8/2004 3:13:09 AM
Hi All, This guide gives you prescriptive guidance on how to overcome architectural challenges and design issues when building smart client solutions. It also provides guidance on how to combine the benefits of traditional rich client applications with the manageability of thin client app...more >>

textbox not enabeled for writing
Posted by Trine at 11/4/2004 9:55:09 AM
How do I accomplish the above? except for writing my own textbox-usercontrol I cannot come up with another idea - any suggestions? Trine ...more >>

File access on Pocket PC
Posted by KY Lui at 11/2/2004 4:53:12 AM
Dear all, I am developing a web application using ASP.NET with Windows Mobile 2003 as the target platform. In the web application, user can click a button on the web application, a "choose file" dialog will be displayed. The user select a file, the web application records down the path of the ...more >>


DevelopmentNow Blog