microsoft.public.dotnet.framework.aspnet.mobile Archive - March 2002
Post a message to this list
Messages
Page: 1
Selection List Control (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have just started using Mobile.net and when creating a form I am using a Selection List Control (Drop Down List). I cannot get the page to fire a postback event when a selection has been made from the list. In ASP.Net (Drop Down List Control) their is a AutoPostBack property but I cannot find a similar property in Mobile.net. Thanks
Selection Lists & Softkeys (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi In WML I have a selection list in which the softkey value changes as you move down the list. Is this possible in MIT? Let me know? Thanks Steve steve.milroy@immedient.com
WebClient (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am trying to upload a file from Client Machine to IIS server by using Uploadfile member in WebClient class. This functionality is uploading from IIS server to other resources but not from my client PC. (I am guesing I misunderstood the documentation) Is there any way that I can upload to my IIS server by using dotnet framework? Thank You Vishnu
Table (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How can I display standard HTML table (HTML 3.2) in my mobile web application by means of MMIT? Rich
show two List Controls side-by-side (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
hi all, is it possible two place two 'list' controls in mobile web form, side by side .. ??? i have set the BreakAfter property to false for both controls but in browser i could not see them side by side, on the other hand with same data 'selectionlist' control does appear side by side. thanx jasim
is there a limitation for Content-Length ? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, everyone , There is a "Content Length" field in a HTTP head, anyone knows that if there is a maximum length for it? I am wondering if this is the reason that my mobile application returns an error on a certain form. Thanks for any help.
Books Recommendations... (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Can anyone please guide me for buying books for .net Mobile Toolkit and get going with it... Tnx Discover..
MMIT 1.0 and MME 3.0 (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
hi all, i have a small problem .... i have installed MMIT and MME 3.0. now problem is when i'm viewing my application made in MMIT .NET, it shows me the form but when i try to write somethin in the textbox in my form it doesn't write anythin from the Emulator key pads (i mean 1, 2, 3 .. etc. buttons). is teher any place i should check for this. on emore thing i just installed MMIT 1.0 and MME but ...
Mobile Controls (Text Control) (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am writing an application for Pocket PC and trying to use the Mobile text control.It seem like it does not have a multiline property. I am looking for a text box or any other control that will allow me enter comments in a Text box with a multiline property.
code.vb->c# ? (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
i create a C#mobileapp refer to an VB Example with the url: http://msdn.microsoft.com/vstudio/techinfo/articles/clients /mobilewebforms.asp following is some lines of the Example: Public Sub Command1 Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Command1.Click Dim datetext As Date datetext TextBox1.Text ActiveForm Form2() Calendar1.SelectedDate datetext Calendar1.Visibl...
How can I use tables in Mobile.Net (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
When I create new form through the Mobile Web.Net Wizard the only controls I can add is the controls on the toolbar. But I'd like to use all the power of ASP.Net on mobile forms. I even can't put two buttons on one line. What's wrong? Any suggestions? How can I target Mobile Web applications for iPAQ CE 2002 platform?
DataBinding (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am using Mobile Internet Toolkit Beta 2, I create a dataadapter and a dataset... I drop a List control on the mobileform. OnPageLoad event I must write some code to bind the dataset to list control. How to do this operation? Mustafa Kasap Dokuz Eylül Universitesi Bilgisayar Müh. Böl. 35100 Bornova Ýzmir Email : mkasap@msn.com The information transmitted is intended only for the person or entity ...
List as Links (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
When a list control is displayed in WML as links, the softkey value is "Go". Where can this be changed? Thanks Steve
Writing out a string containing html from the code behind (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, I've been racking my brain trying to figure out how this can be done. In a regular asp .net page you can do this 2 ways 1. on the aspx page have a HtmlGenericControl with the runat server attribut like so: span runat server id "content" . In yor code behind you can reference that tag and set the innerHtml. 2. You could declare a public variable in the code behind and on your aspx page respo...
ObjectList Phone Call (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am working with the MMIT and have an ObjectList bound to a dataset that returns user data such as name, phone number, address, etc. I would like to be able to create a link on the phone number in the objectlist that automatically calls the phone number if the user is accessing the site from a phone (in wml wtai://). I know the MMIT has the PhoneCall class but is there any way I could use that wi...
Beta2 vs. RTM mobile applications - HELP HELP! (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have a mobile applicaiton that uses a ServiceController to stop and start services from a iPaq. I have a Beta2 version, and it works just fine. For some reason, the new RTM version will not let me stop and start services from a mobile client. I get the following error message: Cannot open servicename on computer ' computername '. Same error message for any service on any system. I even created t...
Preffered Image Types in Pocket PC and PDA while using Mobile.net (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear All, Best Graphic Image Type which is Preffered in PDA's and Pocket PC's I have got the Following Requirement. I am developing Mobile Web Appplications using MMIT. I need to know the Following details: Say we have .gif/.jpg and other image formats which gives a good presentation and perfect rendering with HTML. similarly for wap we have .wbmp. I want to know whether there is any Specific Imag...
Forms Authentication not working when overloading SavePageStateToPersistenceMedium (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am writing an ASP.NET app for use on a PDA and also a PC terminal, and I'm having problems with Forms Authentication. First, for me to be able to run my standard ASP.NET pages on the PDA, I had to override the way page state is persisted by overriding the following two methods: Protected Overrides Sub SavePageStateToPersistenceMedium(ByVal viewState As Object) Session("MyViewState") viewState En...
Error in Emulators (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi I'm developing a mobile .net application. It works fine on wap phones (I've tried several models) but it doesn't work in any emulator! Is this a common problem? Please give me some feedback! /peter
How to Handle Events inside a Device Specific Mobile Panel Control (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear Friends, I am using Microsoft .NET Compact Framework and MMIT (Microsoft Mobile Internet Toolkit) to develop Mobile Web Application. I am using a Mobile Panel Control and associating the code using the Code Behind. I need to know how can i access the control which is placed in the Mobile Panel. My Code: *********************************************************** ********************* mobile:F...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com