| HTML & MIT (5 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I have a form created using MIT with Mobile Controls and I want to add an HTML text box and some JScript. Is this possible using MIT 1.0? If not possible then how can I set focus to a Mobile Control on the form? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
|
| Mobile Redirect (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I am building a web site that will support both mobile phones & desktop browsers. i have created the following page as the default of the site (default.aspx): Private Sub Page Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Request.Browser("IsMobileDevice") "true" Or True Then RedirectToMobilePage("Mobile/login.aspx", True) Else Response.Redirect("Desktop/lo... |
|
| problem with phone emulator (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi I have created a sample application to try out a simple mobile web application. The application works fine with Microsoft Internet Explorer and the Microsoft Mobile Explorer Emulator. However if I copy the url used in the mobile interner browser into a Motorola phone emulator, the emulator reports unknown file type. If I put standard wml pages into the same web site the phone emulator will read... |
|
| objectlist control (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| How can i access mobile:label control which is within itemtemplate within device specific within an object list control? Thanks in advance. |
|
| pocketPC detection (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello, I am making a site with 3 versions : a classic web one (for PC) a pocketPC specific one more simple but still in aspx/html a wap one (very simple) I used Joseph Croney & Doug Thews tips for detecting wap browser, but i'm still unable to distinct a pocketPC from a classic PC (as i have two versions, html, for IE but one for pocketPc & other one for only browsers for PC/MAC). How to make that... |
|
| Tables in WAP Device (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I m developing an application to be used by Mobile Phones. In one particular page I've a table with two rows and to columns with four mobile labels inside. I change the values of the labels in runtime and the table displays ok in my wap device. Now I'm trying to do a dynamic table that can have x rows and always 3 columns per row. I've tried it several ways: 1 A device specific for WML1.1 and then... |
|
| WMLScript (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Any know how I can test if my device supports WMLScript? I've looked and CurrentCapabilities object and nothing is jumping out at me. Thanks, Erik |
|
| WBMP and dotnet (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Anyone know whether a control has been made to convert images to wbmp format on the fly, or if not, a dll to do the conversion? Cheers, Thim |
|
| output cache and mobile web form problem (6 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello, Does the Ouput cache instruction suppose to be working with the Mobile Web Form??? Here is the instruction I have inserted in my Mobile Web Form %@ OutputCache Duration "604800" VaryByParam "*" VaryByCustom "browser"% I specified VaryByParam because I know ASP.NET mobile use query string to move across Mobile Form. Put since I have put this instructions, my links in my Web form does not see... |
|
| Not wml content (4 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello! I have the problem that when I try to access my first "Hello World" example I always get the answer that there is no WML content, only html/text. What is wrong, does anyone know? I have Visual Studio.Net , MMIT and I have tried to access the MobileWebForm1.aspx file with different emulators, nothing works... |
|