microsoft.public.dotnet.framework.aspnet.mobile Archive - June 2002
Post a message to this list
Messages
Page: 1
how to show a dialogbox use c# in asp.net (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Can you tell me I want delete something . Befor I delete,I a want to show a dialogbox like this are you really want to delete ? if chose yes then delete if chose no the code will not run can you tell me how to do this use C# in asp.net my email is : z3380443@hotmail.com or zzjg@21cn.com thanks
How do I default to WML instead of HTML for unrecognized devices (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have successfully moved some of my device specific browserCaps settings from machine.config to web.config and it works, great! What I would really like is to include a filter / case tag that catches ALL devices not recognized by machine.config or web.config. How do I do that? Correct me if im wrong but if I include something that matches anything in my web.config it will override every filter in...
Forms Authentication (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I am using Forms Authentication on my mobile page. But, it doesn't seem to work right. When you try to access a page when you are unauthorized, you are directed to the login page as expected. But, when I close the browser without explicitly logging out (without using logout method), and again try to access the restricted page, it lets me in in this case. Authentication works fine after I log o...
SelectionList control (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am working to learn the Mobile programming for PDA devices. I have written the following code as a learning excercise. When I try to retrieve the selection from the selection list control it is either Nothing and the selected is always 1. How do I retrieve the selected item? Can anyone enlighten me? Thanks Private Sub Page Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
Trace File Not Produced (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have my web.config file tracing settings set as shown below. When running my application no trace.axd file is produced. What could be causing this behavior? trace enabled "true" requestLimit "10" pageOutput "false" traceMode "SortByTime" localOnly "true" / Otis M. http://www.arltex.com http://www.otismukinfus.com
Selected Item in Object List (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
If I have 3 columns CustomerId, CustomerName, CustomerAddress in a table and I want to display only two columns customerName and CustomerAddress. My question is: How can I figure out which CustomerId was selected from the Object List to be able to display its corresponding detail.
Handling an event in a DeviceSpecific control (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all! I have a Command button inserted into a Device Specific Control in a Panel. Something like this: mobile:Panel id "pnl" runat "server" Alignment "Left" mobile:DeviceSpecific id "DS1" runat "server" Choice Filter "isHTML32" ContentTemplate TABLE TR TD mobile:Command id "cmdTest"runat "server" Test /mobile:Command /TD /TR TABLE /ContentTemplate /Choice Filter mobile:DeviceSpecific mobile:Pane...
TIMER IN MOBILE .NET (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello everyone! I try using the TIMERFORM from QUICKSTART examples,but only is running in the browser. In the emulator UP. SDK 4.1 for example not is running. I need this: First card: image CLUB MOBILE .NET after 5 seconds ..... Second card: CLUB MOBILE .NET 1. OPTION 1 2. OPTION 2 3. OPTION 3 4. OPTION 4 Any idea? thank you.
getting started...dynamic controls (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I'm getting started on mobile forms. I'd like to output one link (a servercontrol so it can render it any way it needs to) for every element in an array Do I approach this using % for.....% ????
Error when setting AppliedDeviceFilters (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, Has anyone seen or has a resolution to this. I am using MMT 1.0 and am trying to get access to AppliedDeviceFilters property. But all I get is an error that states "Object Reference not set to an instance of an object". Any thoughts? Bruce
PAGINATE IN WEB FORMS (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
This is great! but, i need this: First card: TITLE 1. ITEM 1 2. ITEM 2 3. ITEM 3 4. ITEM 4 5. ITEM 5 6. ITEM 6 7. NEXT Second Card: ????????????? WHERE IS THE TITLE?? 1. ITEM 7 2. ITEM 8 3. ITEM 9 4. ITEM 10 5. ITEM 11 6. ITEM 12 7. NEXT PLEASE, HELP ME! IS POSSIBLE SHOW THE TITLE IN OTHER CARDS. THANK YOU!
Unable to use different datafield on Objectlist "tablefield" and "labelfied" attribute. (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I ran into an issue on using objectlist in MMIT which allow you to use different data field for "TableFields" and "LabelField" attribute of the list. this issue happen on Mobile phone only. (WML Client). Work fine on HTML Client. for example: I'm trying to show "OrderNumber" on the link list. when you click on the link and get into detail screen. then I would like the top of the screen (labelf...
MMIT Making a Phone Call (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Using teh Phone Object from MMIT, is it possible to make a phone call. In the properties there is an element for the phone number, what else is required to make the phone call. I seem to remember from by WML days that a URL was required as well. Any info on this would be very much appreciated.
Table Width (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am using a table in a ContentTemplate to place two controls side by side and also using a hr / tag to give a line above them. I need the line to run the width of the screen. The code below all works fine in IE, but when you view it in a PDA emulator it seems to ignore the Width attributes. How can I force it to use 100% of the screen width??? mobile:Panel id "Panel1" runat "server" mobile:Device...
PhoneCall Nokia 6310 (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
When using the PhoneCall object, I have not been able to get the Nokia 6310 GPRS phone to launch the dialler and make a phone call. When looking at the me.Device.MobileDeviceModel it returns 'Unknown' instead of 6310. I have installed "http://download.microsoft.com/download/VisualSt udioNET/Update/1.0/NT45XP/EN US/dupdate.exe" 1. How do I get a list of phones that MMIT support, or whether or not I...
adding soft key (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi! I want to add softkeys to devices supporting this. Either I want it to be added as an item in the menu that is attached to the left soft key on many devices, or as a command on either of the soft keys. I tried the following: In web.config: deviceFilters filter name "supports2SoftKeys" compare "NumberOfSoftkeys" argument "2"/ /deviceFilters In the aspx file: mobile:DeviceSpecific id "DeviceSpec...
WML Table (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I need to create a table in wml with one row and two columns. Inside each column I want to add a link. I m running around with the objectList control but don t seem to get a grip on it. Any help would be appreciated Thanks Pedro
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification