microsoft.public.dotnet.framework.aspnet.mobile Archive - April 2002
Post a message to this list
Messages
Page: 12
Identifying the Mobile Device Request (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear All, I am having a Mobile Web Application which is developed using MMIT.I am Targeting for Mobile Phones and PDA's. Now my question is When i get a Request from Mobile Phone/Pocket Pc or PDA i need to redirect to a URL for Mobile Phone and another URL for my Pocket PC. How my Mobile App will process the Request whether it is from Mobile Phone or a Pocket PC.How it is acheived in Real Time. Su...
Is an AutoPostBack field required? (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I've been working on a problem with a page of mine that will not post back to itself. Originally I thought it was related to forms authentication (in a previous post I had), but now it looks like a different problem. I have an app. with a custom logon page. A simple logon, with two text fields for user id and password, and a logon button. One other thing is I'm trying to use these pages on a handh...
Dynamic URLs with List Control (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Such a simple thing to do in ASP using A Tags, but with a server side list control in .NET, a bit hairy. I have a dataset populated from the database and I want to assemble an URL with a querystring for each value in the dataset. For example: /PeopleDirectory/LastName Smith /PeopleDirectory/LastName Smooty /PeopleDirectory/LastName Snotty /PeopleDirectory/LastName Sniffley The value for the last n...
MSAccess sample (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi I want to view a sample with MobileWebForms, using a MSAccess Database to view, add, delete records. I try to use OleDBDataAdapter, OleDbConnection, Dataset, but only thing i can do is to show database in ObjectList control with: OleDbDataAdapter1.Fill(DataSet1) ObjectList1.DataBind() How can i add, delete records in MSAcces Database(I tried with OleDbDataAdapter1.Update(DataSet1) but nothing h...
For loop or If condition inside aspx code doesn't work (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello everyone. I tried searching for this but didn't find anything relevant. If I'm posting something everyone knows... just point me in the right direction. In the aspx code we're trying to do the following : % int i; for (i 0; i 10; i ) { % some more blah mobile:label id "112" runat "server" text "even more blah" / % } % and also something like this : % if (check condition123()) { % New book! %...
View gif in Ericsson T68 (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi there, I have added the following in machine.config: (under the Ericsson part) case match "T68" with "${deviceID}" screenCharactersWidth "20" screenCharactersHeight "4" screenPixelsWidth "101" screenPixelsHeight "80" maximumRenderedPageSize "1600" preferredImageMime "image/gif" isColor "true" /case But the picture won't show up on the display when I access it via a MobileWebForm.aspx. If I put ...
Persisting properties across posts? (6 replies)
microsoft.public.dotnet.framework.aspnet.mobile
OK, I'm trying to do something that's probably really simple but I cannot get it to work. Basically I have a mobile control that inherits from the MMIT control. I'm essentially trying to do the following [this is off the top of my head so don't try to compile this code ; ) ] : public class MyControl : System.Web.UI.MobileControls.List { private string privprop; public string PrivProp { get { retur...
selection list (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
May i ask how can i place one checkbox, a text followed by one radio button, a text and another radio button and a text in the selectionlist object and display on the same line dynamically using databinding. Please advise.
Resizing Mobile Controls (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear All, How to resize the Mobile Selection List control. Thanks Ganesh babu
Forms Authentication, RedirectToLoginPage method (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I have been trying to redirect all mobile page requests to a login page for unauthenticated requests using Forms Authentication. After directed and having entered the login information in the login page, I use RedirectToLoginPage() method, but,nothing seems to happen. All the data I entered in the textbox just disappears but I still remain at the same login page. Is there a way to help me out?...
mobile list (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How to set mobile list to show more then one table column as item's text. I have a mobile list and dataset with three columns A, B & C. I would like to show list item's text as A " " B " " C. I don't want to use DataBinder.Eval method I would like to do it in code behind on Page.Load(). Regards, Igor
Using asp Datagrid control in Mobile Web forms (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear All, I am using MMIT.I am targeting PDA,PALM,PSION. I am connecting to a DataBase and populating Values in a asp datagrid.I can view the same in Pocket PC Emulation along with Windows CE. Is Using the asp DataGrid is Reliable????????????? Bcos i am not testing in a real device.I need to have a grid display in all pda's. Can anyone suggest a Method to populate a Table(HTML) in a mobile web for...
Pocket PC and SQL server (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Can someone give me a hint how to develop application that requires connection to SQL Server 2000. I just need to get some data from SQL server to my pocket database and back Thank you Igor
Dynamic Table in Mobile.net (6 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I am having a tough time getting this to work. Any help appreciated. In my mobile application (which targets only Pocket PC), I want to display data in a table format. The table is a dynamic table (both columns and rows may vary depending on user input). And also in a table each cell background/foreground color can vary. How can I do this in Mobile.net. We don;t have any control that accepts table...
Invalid View State error on Pocket PC (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
What is the difference in View State management on a Pocket PC and a desktop PC? I have an ASP.Net application that saves a small dataset (1 record) using the ViewState. It runs without any problem on any desktop PC but crashes on Pocket PC. The message is "The View State is invalid for this page and might be corrupted." Thanks, Vladimir
Response Type (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
If a wap device support multiple mime type. Let's say WML and HTML. I use an Ericsson ( ERICY R278d/R1C.00 UP/4.1.19i UP.Browser/4.1.19i XXXX UP.Link/4.3.2.4 ) and I want to be sure that is WML that is returned. Wich type is returned to the device ? Is there anyway to set a "global" preference ( Like "always send WML if possible" ) Where can I see what is outputed to the device ? Thank you Michel
How to Retrive Mobile control values inside a Panel in next form (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Dear All, mobile form action "test.aspx" method "post" mobile:panel mobile:devicespecific choice contenttemplate mobile:textbox id "txt qty" /mobile:textbox mobile:command id "cmd 1" G0 /mobile:command /choice /contenttemplate /mobile:devicespecific /mobile:panel /mobile:form Test.aspx In the code behind string val Request.form("txt qty") It returns me null. Any method to retrieve form values unde...
Avoid adding items repeatedly (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I programmatically add items to a list which is not in the default form of the page. Is there a better way rather than a customized page/class wide variable to avoid the items to be added again. TIA Tony
Data Binding with XML (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Is anyone aware of any mobile list control that will allow you to bind XML data to the control? Any help or resources would be greatly appreciated. Thanks Sal
Interesting Error Moving From Form to Form (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I've got a 3 form page in my MMIT application. The first form allows the user to enter filter criteria and has a 'Search' button. The 2nd form displays all of the results in an Object list, and has a Command event to do an event on a specific item in the list. And the 3rd form displays the results of doing the event on the item in the list and has a button to go back to the first form and start ag...
Quick question for the mobile experts! (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, I am writing an application that has a need to target a handheld computer running windows CE and which has the pocket internet explorer on it and connects via wireless network to run this intranet application. The question I have is why would I choose to use the Mobile toolkit, versus just writing standard .aspx pages which are sized to the handheld? Would there be any benefits to choosing ...
cache avoid (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I developed some mobile internet applications using mobile internet tool kit and ASP.net. During the testing process, I usually have to make several changes and re access the pages several times in a short period of time to test these changes. I noticed that I usually get the old page instead of the updated one eventhough I did disconnect and then reconnect to the page from my phone. It seems ...
How to: Add controls to a panel (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
It seems like I couldn't figure out a way of adding/removing a list control into/from a panel programmatically. Can someone help me? Many thanks. Tony
c#:mymethod()? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all, Is there a way a link (or link like) control can call a local method, I mean, in same page and runat server? like .... void mymethod(){ } .... mobile:Link runat server navigateurl "c#:mymethod()" / TIA Tony
Possible reason for this (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all, I have a mycontrol in myform. The page works fine except that if I set Paginate true of myform, I'll get: System.NullReferenceException: Object reference not set to an instance of an object. Any more clues to narrow down the causes? TIA Tony
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