Asp.net mobile app with SQLserver 2005
Tue, 24 Jun 2008 22:26:00 -0700
hi,
I already have an web application running. i need to get some forms of the
app to be running on mobile devices. I am just wondering how can i connect to
sqlserver 2005 webserver from my mobile application? Any tutorial on these
would be nice ...
|
Java script memory leak
Mon, 16 Jun 2008 18:15:36 -0500
I have a web app running on the windows CE device. In one of the asp.net
pages - it has javascript code. That seems to have a memory leak.
When I run the web app - in about one hour, the app hangs. I looked at the
memory and it seems to be full.
I removed all the javascript code - and the app seems to be have ...
|
How to Auto-refresh a mobile page?
Mon, 16 Jun 2008 03:57:01 -0700
Here is the simples Mobile page i created
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="MobileWebForm1.aspx.vb" Inherits="Mobile_PSD.MobileWebForm1" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<HEAD>
<meta content="Microsoft Visu ...
|
Page not found with mobile application..
Fri, 13 Jun 2008 16:11:30 -0700 (PDT)
I have a very simple mobile app that has a text box and object list.
Apps seems to be working OK, however time to time when we try to go
back from details page, it takes to:
The page cannot be found
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.
...
|
working with dynamically generated PDF with Win Mobile browser
Thu, 12 Jun 2008 01:42:18 -0700 (PDT)
Hi,
I have a page that dynamically generates a PDF file using
ActiveReports.
The code that does it looks like this.
m_stream.Position = 0; //this is memory stream
Response.ContentType = "application/pdf";
Response.BinaryWrite(m_stream.ToArray());
Response.End();
Of course this is only a part of the ...
|
advantages of using C# on Windows Mobile Development over Java
Wed, 11 Jun 2008 11:55:09 +0530
Can any one tell me list of advantages of using C# on Windows Mobile
Development over Java
Regards
Pankaj Jain
...
|
Link Button control and anchor within page do not work in Mobile 6.0
Tue, 10 Jun 2008 08:51:27 -0700 (PDT)
I have posted this question, which I think is very simple on several
sites, and nobody seems to know what I am talking about. At my wits
end here. Please help.
I am putting together a site for mobile devices using regular ASP.NET
controls after giving up on "Mobile Web Forms" for several reasons.
Two pro ...
|
|
|
autopostback on TyTN II
Tue, 10 Jun 2008 11:43:54 +0100
Hi,
I'm having a problem with a asp.net mobile site.
On a Orange M700 (HTC Trinity), and most other mobile devices, an
autopostback on an asp:dropdownlist works fine, but on an HTC TyTN II, it
doesn't. The autopostback is never fired.
I'm guessing it's something to do with the .browser files in the .ne ...
|
Any language or Tools or framework for mobile development that is supported by all Mobile Platforms
Tue, 10 Jun 2008 14:24:26 +0530
Hi All,
I just want to know is there any language or Tools or framework for mobile
development that is supported by all Mobile Platforms (Windows Mobile,Linux
,Palm ,Brew ,Symbian ,Blackberry ,iPhone)
Regards,
Pankaj Jain
...
|
RedirectToMobilePage in MobileBaseControl
Tue, 20 May 2008 12:51:45 -0700 (PDT)
I am in the process of updating a mobile web application from 1.1 to
2.0. The application uses a MobileBaseControl that contains the
footer on the mobile page. Basically it contains links to home,
logout, etc...
The link event does the following:
MobilePage mpage = new MobilePage();
mpage.RedirectToMobil ...
|