| How do I add a dynamic control (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello, I want to add some controls dynamically on the page load, however the controls are not showing on the page. Am I missing something? Thanks in advance. Code below: For x 0 To (cnt 1) Dim lblsubcat As New System.Web.UI.MobileControls.Label() lblsubcat.ID "subcat" & code lblsubcat.BreakAfter False lblsubcat.Visible True Dim lblDescription As New System.Web.UI.MobileControls.Label() lblDescript... |
|
| a global javascript accessible to multi form page (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi All, I've written some simple client side javascript which is applicable to all forms in a multi form aspx page. I tried to add a script block (with this code) in the body tag...so its accessible to all forms.... but it didn't work. Are there any ways to achieve this. I have no ideas about this so any help would be appreciated. thanks hs |
|
| HOW TO: Menu (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| How do you create a menu where you can select the menu item by pressing the access keys? 1. Option 1 2. Option 2 3. Option 3 so when you press 2 on the phone it would select menu option 2. thanks. |
|
| How to distinguish between a pda and cell phone? (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello, Is there some generic code that can distinguish between a cell phone and a pda? I want some functionality do not be displayed if the user is using a cell phone versus a pda. Thanks in advance. |
|
| Question about the ObjectList, OnCommandItem and WAP devices (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I am using an object list to display data. In PocketIE the effect is as desired. When a user clicks on an item the ItemCommand is fired and the page is executed, but when I am using a WAP device the behavior differs. Instead of browsing to the correct page, i get a list of available commands. Choosing the first shows me a detail view of the data bound to the ObjectList and choosing the second give... |
|
| RedirectToMobilePage question... (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Using web forms, to use Response.Redirect("myPage.aspx") in a *module* I have to do HttpContext.Current.Response.Redirect("myPage.aspx"). Using mobile web forms, what is the equivalent of that for using RedirectToMobilePage("myPage.aspx") in a *module*? Thanks much... |
|
| How to: Place a combo and button on the same line? (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| They mobile Internet Explorer has a GO button to the right of the address dropdown. Can I do the same? I would like to have a dropdown with a button on its right. Thanks, Steve |
|
| Urgent Help - Mobile Objectlist Paging (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear all, I'm a newbie in aspnet.mobile, I'm using an array to add new iteam into ObjectList. The question is how do I do a paging for this ObjectList ? mobile:ObjectList id "SubjectList" runat "server" Field Title "Name" DataField "vName" /Field /mobile:ObjectList script runat "server" language "VB" Private Class MessageCenter Dim SubjectName As String Public Sub New(SubjectName As String) Subjec... |
|
| Request.UserLanguages doesn't work on ppc emulators (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi All, I keep getting an 'object not set to an instance' error when i try to do TextBox8.Text Request.UserLanguages[0].ToString(); or TextBox8.Text CultureInfo.CreateSpecificCulture(Request.UserLanguages[0]).EnglishName; using a PPC2000 and PPC2002 emulators (no problem in IE). Is there a way I can find out the language setting of the requesting browser. This affects me using language resource fi... |
|
| Detecting the previous page and form (6 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I have a page that I want to use in different places in my application. I wanted to have a link control which would set the URL property to the previous page. How do I get the name of the previous form? Can I read this out of ViewState? Jon |
|
| using Erricson P800 (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear All, Can anyone tell me how to set the Erricson P800 which is using Symbian OS to be able connect as http://localhost/... May i know if the MMIT support for Symbian OS ? Thanks From FOO |
|
| SelectedIndexChanged needs Command Click event to work? (5 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I have 2 dropdown lists on one page. A selection from the first list determines what gets listed in the second list. A selection from the second list determines what gets displayed in my final listview. But now I discover that I need a button on my form to generate selection changed events for my dropdown lists. What a mess! I don't get this design at all. Is there anyway around this? Steve |
|
| IbuySpy Portal Mobile Login (4 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello Has anyone seen an example code for how to implement Portal Login for Mobile devices similar to Desktop login. i.e. If user is not loged in they will be asked to login. and some tabs will become visible based on their login. (for Mobile devices) thanks |
|
| Where can I find a Data Grid web control for ASP.NET pages on Mobile devices? (6 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| To Whom it May Concern, I am developing an ASP.NET application for Mobile devices, and one of the page functions is to display data in a Data Grid. THere's no such control in Microsoft Mobile Internet Toolkit. Does anyone know where I can find a DataGrid web control for developing web apps for Mobile devices? Please reply. Regards, Tolu |
|