microsoft.public.dotnet.framework.aspnet.mobile Archive - July 2003
Post a message to this list
Messages
Page: 1
embeded Jscript in the asp.net page (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, How can I dynamically create the Javascript in the asp.net page? i.e. Depanding on the condition in the code behind, generate different Javascript/Jscript running on the client side? Any answer is much appreciated!
List & Sql problem (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, I have a lot of problem in my Mobile Application. Could anyone pls help to solve the problem for me? Thx lots. I want to build a booking application in mobile phone. I use a textbox to get the input data from user, and pass the data to a sql which uses to get results from SQL server. After getting the result from server, I want to use a List to show the results. But unfortunately, I never b...
Redirect Nag message on RedirectToMobilePage Sanyo 8100 (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have this phone, the Sanyo 8100, that is WAP 2.0 compliant and I'm writing xhtml basic to it. Everything works flawlessly, except that everytime I make the call RedirectToMobilePage("SomePage.aspx") I get a nag message on the phone saying... "You are being redirected to another site. Continue?" Nothing seriously is wrong, if you agree to continue everything works correctly, but I'd really like t...
ObjectList and selected value (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
All, I'm a newbie mobile developer and have run into a problem with the objectlist. I can get the select index but not the corresponding text value to selection! Any help would be most appreciated! %@ Page Language "vb" AutoEventWireup "false" Codebehind "MySalesQuotes.aspx.vb" Inherits "mobileaim.MySalesQuotes" % %@ Register TagPrefix "mobile" Namespace "System.Web.UI.MobileControls" Assembly "Sy...
Barcode Scanning + Pocket IE (20 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am trying to create a mobile web form with 2 text boxes on it. I need the initial text box to have focus. When the user presses enter (scans a barcode with a carriage return on the end of it), it needs to tab to the second text box. When the user presses enter in that second text box (scans a barcode with a cr on the end of it), I need to submit the form. I cannot get it to work on Pocket IE (I ...
How to put hyperlink in mobile:list? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I use mobile:list to display 2 column data binded from database. I want to have the hyperlink on one column like what the asp:hyperlinkcolumn / does in DataGrid control. Would you please tell me how I can do this? Thank you HB
Copying files to PDA... (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Is it any possibility to copy iles into my PDA using C#?
Problem with Sony Ericsson (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi I am new in the develop of Internet Mobile Applications using the Net Framework. I create a simple Web Form and I public it in IIS. But whe I try to see it from Ericsson WapIDE 3.2.1 Emulator I receive the following error: Request failed The request failed The code of my page is the follow: %@ Page Inherits "System.Web.UI.MobileControls.MobilePage" Language "VB" % mobile:Form runat "server" Hel...
Mobile Panels (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have a mobile web form. On it I have one form and within that form, I have multiple panels. When the user has filled out info in the first panel, I want them to go to the second panel, and so on until the user gets to the final panel. Ok, so the user hits the first panel and clicks the command button, the second panel comes up and some of the controls are not showing up. When I check in VS.NET d...
RedirectToMobilePage (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I'm using RedirectToMobilePage("page.aspx") to move between the pages of my application. In some situations, but not all, Threading.ThreadAbortException is being thrown. I've done some searching but can't really find much info on this. Can anyone give me any pointers as to what I'm doing wrong? Thanks, Gary.
Forms Based Authentication and the OpenWave Browsers (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Background I've spent nearly 10 hours working on this problem. I'm hoping that I'll save some folks some headaches, or if I'm really lucky, someone will notice a flaw in my logic. This problem relates to Forms Based Authentication in cookie enabled WAP browsers. Environment client devices: I'm doing my development and testing with the following client devices: Samsung N400 (Actual Device) OpenWave...
Mobile ObjectList problem (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Since I installed .Net Framework 1.1 all of my numeric files are showing six decimal places for all numbers when under 1.0 no decimal places showed if they weren't there. I've been trying to use the DataFormatString but every time I set it to something I get no data in the ObjectList. When I clear it I get items. Code example: ObjectList1.AllFields[ObjectList1.AllFields.IndexOf("qty")].DataFormatS...
Viewstate errors (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi There I dont know which category this fits in best as its kind of a mix of a few...(ack!!) Im getting "The viewstate is invalid for this page and might be corrupted" when viewing a aspx page on a WinCE PDA. This only seems to happen when a datagrid is used and the paging is sent to go to the next page of data. Its quite weird as from what I can gather its when the viewstate data goes beyond a c...
Cant debug mobile asp.net prj (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
When I try to debug a mobile asp.net project, I get the following error: "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll Additional information: File or assembly name System.Web.Mobile, or one of its dependencies, was not found." This error does not always occur in the same sentence. As a matter of fact, it will happen at different points of execution w...
IAsyncResult timeout in .net CF (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I'm having a problem timing out an asyncronous web service call in .net compact framework. A recent MSDN article by Neil Cowburn titled 'Consuming XML Web Services with the Microsoft .NET Compact Framework' suggested that you could use 'one of the WaitHandle methods of the IAsyncResult.AsyncWaitHandle object' and 'specify a timeout' parameter in the call. It appears that .NET Compact Framework onl...
PhoneCall Control (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi Is there anyway to use the PhoneCall class directly from code, and then activate the object, to call the number set on the PhoneCall object like the code shown below. What I can't figur out is how to activate the object, the code to use after I set the PhoneNumber property ? Dim CallContact As New MobileControls.PhoneCall CallContact.PhoneNumber e.ListItem.Item("Account").ToString.TrimEnd ........
network error: data too large - even paginated (7 replies)
microsoft.public.dotnet.framework.aspnet.mobile
i've got a list, databound to an arrayList containing strings of the HttpHeaders and ServerVariables. the list is paginated, and i'm viewing it on my cell phone. it gets to the 3rd or so page, and i get the error "network error: data too large". so whats up? i thought pagination would keep this from happening. what should i do to keep this from happening? (i can get maxPageSize from MobileCaps, so...
Accesskey attribute (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How can I define an accesskey attribute to define a shortcut for my link control? Thanx, Erik
Client Side Validation in Mobile Form (7 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I want to do client side validation on mobile form. How to do that. Any sample code. It's not possible through CustomValidator as it does not have ClientValidationFunction. Can anybody help me on this. Thanx in advance. Regards, Santosh
AdoDBConnection in VS.NET 2003 (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How do I make an AdoDBConnection in VS.NET 2003 for a Mobile Device Application? There are no automatic ways like that made in traditional VS.NET 2002 for a WindowsForm or WebForm application with DataAdapters and Datasets... (Seems to...)
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