all groups > asp.net mobile > september 2004
dynamic device specific script
Posted by ashelley NO[at]SPAM inlandkwpp.com at 9/30/2004 5:27:42 PM
I have this in my aspx page:
--------------
<mobile:DeviceSpecific id=DeviceSpecific1 Runat="server">
<Choice Filter="isHTML32">
<contenttemplate>
<%# ((string)Session["clientScript"]) %>
</contenttemplate>
</Choice>
</mobile:DeviceSpecific>
--------------
I have this in my co... more >>
Can ASP.NET get GPS from i88??
Posted by rooster575 at 9/30/2004 12:03:27 PM
I know that you can use a java app on an i88,
but I was wondering if you can get the GPS info on a WAP also.
Thanks.
... more >>
Text and color
Posted by Sara T. at 9/30/2004 4:14:43 AM
How can I display a text in different color in one line by using
mobilecontrol?
i.e.
This is a boy
If I need to see the word "is" in red color, is there any solution.
Sara T.
... more >>
Problem with render page to html
Posted by Sara T. at 9/24/2004 9:20:51 PM
I use .NET Framework 1.1 with device update 4.
When I render my page to "html32" by configuration at web.config, mobile
phone (Nokia 6230) cannot display the page with the error is no gateway
response. But if I change the config to render to "wml11", it can display
correctly.
I know the spe... more >>
Problem with MobilePage splitted into multiple WML cards
Posted by SoSimple at 9/21/2004 2:21:27 PM
Hello everyone,
I have a problem with a MobilePage with three panels on it. On some devices
(more specifically, European Openwave-equipped devices like Siemens S55 and
Samsung SGH-X100), .NET splits the page into multiple WML cards and adds a
stupid 'OK' links for navigating between cards. Any... more >>
Where to get emulator from (web matrix)?
Posted by Asad Khan at 9/17/2004 2:48:59 AM
Hi,
I am using Web Matrix to develop some mobile pages. I am able to run the
mobile pages successfully locally using IE. However, I want to see it run on
a device or an emulator.
Where can I find an emulator that works with web matrix? Any links on how to
use it with web matrix?
On the o... more >>
Open/write and read serial port (COM1) on iPAQ 2210
Posted by Shadowdancer at 9/17/2004 2:27:02 AM
Hi Folks
I try to open the serial port on my iPAQ. My IDE is the VB.Net
Professional Edition (so handheld device programming should be no problem).
But .. (there is always a "but") I can't find any examples for this issue.
No sample code on the Net, no hints, just nothing. Quite annoying b... more >>
Creating a Mobile web Application
Posted by http://www.visual-basic-data-mining.net/forum at 9/15/2004 6:39:40 AM
I get the following error message while trying to connect to the SQL server.
I am creating a Mobile web Application. The same code works for a Windows
form Application, but not for a Mobile Web.
This is the error.
Description: An unhandled exception occurred during the execution of the
curr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Theory behind ASP.NET mobile device capabilities?
Posted by bonnieliyl NO[at]SPAM postmaster.co.uk at 9/15/2004 3:42:05 AM
Hi,
Is there anyone who knows the theory behind mobile capabilities of
mobile ASP.NET? Has it anything to do with CC/PP, UAProf, or any other
standards? Where should I find this information? Thanks for any
replies.
bonnie... more >>
Dynamic Image Generation using Mobile Image Control
Posted by Waverider at 9/14/2004 11:09:25 PM
Hi,=20
I'm trying to implemet some code that dynamically re-scales an image for =
a mobile image control. The code works fine when I browse to it in =
Internet Explorer but not when I browse to it on a mobile device, I just =
get a blank image with a red cross through it. It's got me =
flummo... more >>
MobileForm and javascript
Posted by Sara T. at 9/14/2004 1:35:25 PM
If I set to render page with html32, how can I insert some code of
javascript in mobileform?
I try to insert in <head> section but it doesn't work.
Sara T.
... more >>
web hosting sites supporting mobile apps
Posted by mike at 9/11/2004 10:17:06 AM
does the web hosting server needs any additional features for hosting mobile
web sites if so can some one suggest good inexpensive web hosting providers
supporting windows vb.net. I am a novice so please suggest me what is best
for mobile web applications.
Mike... more >>
provider of mobile services
Posted by ray well at 9/7/2004 1:19:50 PM
hi,
i'm new to mobile computing.. i have a project that i need to develop within
..net for mobile services, so that people with enabled phones or pda can
access the site.
we first have to get a host provider who will broadcast these pages so we
can test our app, not all web hosting provider... more >>
PPC Emulator, Pocket IE, Browser Capabilities
Posted by Isaac C. at 9/5/2004 8:33:04 AM
Hello. I have developed analagous ASP.NET and Mobile ASP.NET applications.
I have this code snippet that examines the request's browser capabilities.
Using the PPC emulator that came with the PPC 2003 SDK, "IsMobileDevice"
always comes back explicitly as false. Is there something further I... more >>
First page empty on ObjectList
Posted by Jonah Olsson at 9/2/2004 10:41:53 AM
Hi!
I can't figure out why the first page becomes empty when using Paging for
the ObjectList. It only occurs on mobiles not supported by the MIT. Here's
the code for the ObjectList I use:
<mobile:ObjectList id="lstFiles" runat="server" ItemsPerPage="10"
LabelStyle-StyleReference="title"
... more >>
|