all groups > asp.net mobile > november 2006
N70 RDM+
Posted by abhishekgune NO[at]SPAM gmail.com at 11/28/2006 7:05:49 PM
Does anyone has registration key of RDM+
Please forward me on abhishekgune@gmail.com
Regards,
Abhi
... more >>
Problem with media player object
Posted by gbs at 11/27/2006 4:13:01 AM
hi,
i am trying to play the mp3,avi,wav files on pocket IE through the
mediaplayer object.It is not supporting the above filetypes.But it is
supporting wmv,wma types.
But all types are working on normal IE.Can anyone help on this issue?
--
Thank you,
gbs... more >>
Opening the documents and xls in pockect IE
Posted by gbs at 11/27/2006 4:02:02 AM
hi,
I am working on Pocket PC to design mobile portal application.
When i am trying to open the document or xls in IE,it is asking for download
(or) save to file explorer.I want to open the document without downloading on
to the device.Also i am trying to play some video audio files by using
... more >>
trap keypress and keydown event in asp.net mobile form
Posted by jaspal singh at 11/24/2006 2:27:01 AM
How can i trap the KayPress and Keydown event using asp.net mobile form.
for example
<script language="javascript" for="window" event="onload()">
document.getElementById("TEST").focus();
function keypress(e)
{
alert(window.event.keycode)
}
function keydown(e)
{
alert(window.event.keycode... more >>
Image component using a stream
Posted by Tony Rivron at 11/23/2006 11:42:18 PM
Is there any way to stream an image directly to the browser on a phone,
instead of having to create the file on the web server. E.g. Showing an
image from a database.
Thanks
TonyR
... more >>
Selectionlist - How to Change the Initial Value
Posted by Mark Gialo at 11/21/2006 4:52:02 AM
I am programatically creating a SelectionList Object within a Panel Control.
How can I override the default "selected items" verbiage to be more
applicable to my application?... more >>
What happened to ASP.NET Mobile Web App Projects?
Posted by robertf at 11/13/2006 2:05:01 PM
In Visual Studio .NET 2003, when creating a new Visual C# project, there was
an option to create an ASP.NET Mobile Web Application project. In Visual
Studio 2005, that type of project no longer appears. Could anyone tell me
what has happened to it and how one can create a project that uses m... more >>
Objectlist Control on BlackBerry Device
Posted by Mark Gialo at 11/10/2006 6:16:01 PM
In my application I am making extensive use of the Objectlist Control.
With Windows Mobile devices, you are able to scroll to the right to view
multiple columns of data within the Objectlist Control.
In testing the same code on the BlackBerry Simulator, the columns are
"wrapping", and it s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Service Timeout
Posted by Erencan SAÐIROÐLU at 11/9/2006 5:28:12 PM
Hi All,
I have a problem.
I've developed a mobile application. And the application call a web service.
The web service executes a script and it takes long time (about 2 minutes)
But it the webservice throw timeout exception after 10 seconds from mobile
device.
I've set server.scripttimeou... more >>
Blackberry - Objectlist Control
Posted by Mark Gialo at 11/8/2006 7:01:02 AM
I have created an ASP.NET Mobile Application that utilizes Panel Controls and
Objectlist Controls.
In deploying to a Blackberry Device, the controls are not rendering properly.
The Objeclist Control shows a single column only, where it should shows all
columns as per the multiple fields de... more >>
|