all groups > asp.net mobile > may 2005
HTTP Error 500
Posted by Chakra at 5/31/2005 12:00:00 AM
I have a mobile ASP.NET application which renders an .aspx report as
expected on the desktop , but gives a HTTP Error 500 when the very same
report is invoked (with same input parameters) on a Blackberry PDA.
Any guess on what could be wrong ?
Regards,
Chak.
... more >>
Installation of Mobile Internet Toolkit
Posted by Muneeb at 5/18/2005 3:13:01 AM
When I try to install Mobile Internet Toolkit, it gives me the error that I
have an incorrect version of .NET Framework. I have .NET Framework 1.1 .
Any ideas what am I suppose to do?... more >>
OnItemCommand not firing when using a ObjectList in a Repeater
Posted by martyn_wynne NO[at]SPAM hotmail.com at 5/16/2005 9:00:29 AM
Hi all,
I am struggling with the mobile control and are about to give up.
I am doing the repeater hack to get many ObjectList's on the page,
something like this
<Choice>
<ContentTemplate>
<asp:Repeater ID="reptDay" Runat="server" DataSource="<%# viewDays%>">
<ItemTemplate>
<mobile:Obje... more >>
Display Commands in ObjectList detail view?
Posted by AppStar at 5/5/2005 8:39:34 AM
Anyone know how to display commands in the detail view of an objectlist
on a mobile phone? Commands do display fine in detail view on a web
page or pocket pc, not on a mobile phone. I've gone through all
properties and even inserted code to add command items runtime but no
luck. I'm using the Op... more >>
Datagrid control in ASP.Net mobile application
Posted by TJ at 5/3/2005 6:40:17 AM
I want to use the datagrid control in an ASP.Net mobile web application
..
IS it possible to use it in mobile applications???
When I run the following code, I get a blank webpage.
I have added the datagrid inside the <Device Specific> tag
Any suggestions. Thanks
<% @Import Namesp... more >>
finding the correct item in a mobile selection list
Posted by Raymond Maillard at 5/2/2005 12:09:44 PM
I have a form that searches for a particular piece of equipment and allows
the user to edit the record when a command button is pressed.
The active form then loads a dataset with model information in a dropdown.
How do I prgrammatically set the value in the selectionlist so that it
represents... more >>
|