| DataSet update (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi! I use a DataAdapter to fill a DataSet from a Data base. How can be the DataSet updated if a change is occured in the Data base at runtime? And how can I make it visible in the DataGrid, which is connected to the DataSet? Any Idea or example or link? Thank you ali |
|
| Reg. Radio Button and Check Box (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear Friends, I am working for a project using Mobile Controls. I need Radio Button and Check Box control for the project. But, I could not found any such controls in Mobile Controls list. Is it possilbe to use Radio Button and Check Box control ? Help me out. Prabakaran |
|
| Arranging controls (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Is there a trick to get controls like "System.Web.UI.MobileControls.Command" to appear side by side rather than one on each line ? |
|
| Grid or table like of data for MMIT (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| What's the best implementation of grid like or table like of data implemented with MMIT. Is there a Mobile Grid control or Mobile Table control?? Thanks. Po. |
|
| ! Rendering ASP:DataGrid Inside DeviceSpecific & Panel (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi All, I know that is newsgroup not too specific to ASP:DataGrid, but whether, I want to ask you, why aren't we get the proper appearance of 'font size' property on DataGridColumn. i couldn't either get proper appearance of .......................... mobile:Form id "Form1" runat "server" mobile:Panel id "Panel1" runat "server" mobile:DeviceSpecific id "DeviceSpecific1" runat "server" Choice xmlns... |
|
| Back option in WAP handset (4 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi, I am developing mobile web pages. I have two .aspx files. when I navigate from 1st file to second file using WAP handset BACK option is enabled by default. I want to disable the same as it is giving problems. Any idea would be of great help?? Rgds, Bhanu |
|
| ?How to assign value to Object in The Panel (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi All, I want to set the default value at my textbox mobile control inside panel mobile Control. I was trying put the code at the Page Load but the error is "TextBox is Not member Of....." my codes are: Private Sub Page Load(ByVal sender as System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.TextBox1.Text 10 ' Assign value 10 to TextBox End Sub mobile:form runat server id form1 mob... |
|
| how to get var in the next page ,if I use the Template in panel (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| use request.form["varname"] The First page code: mobile:Form method "post" action "nextpage.aspx" runat server mobile:Panel mobile:DeviceSpecific Choice Filter "isHTML32" CONTENTTEMPLETE asp:TextBox id varname runat server /asp:TextBox asp:Button runat server /asp:Button CONNTENTTEMPLETE /mobile:Form The nextpage.aspx code In pageload() I use Request.Form["varname"] but it is null, why , pls to te... |
|
| Reg. SelectionList Control (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear Friends, I am using CodeBehind concept for Mobile dotNET development. The OnSelectedIndexChanged event in SelectionList control is not fired. Why ? Prabakaran. Here, I am posting the code that I used. The below is the code in Test.Aspx page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %@ Register TagPrefix "mobile" Namespace "System.Web.UI.MobileControls" Assembly "System.Web.Mobile" % %@ Page language "c#" ... |
|
| Reg. SelectionList Control (4 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear Friends, I am using CodeBehind concept for Mobile dotNET development. The OnSelectedIndexChanged event in SelectionList control is not fired. Why ? Prabakaran. |
|
| IBuySpy Portal & RC 1 (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I am trying to get the IBuySpy Portal to run in VS.NET RC1 and the MMIT RC1. The C# version of the Portal complains about the following methods being missing from the HtmlMobileTextWriter class: WriteConditionalBreak(), EnterParagraph() and ExitParagraph(). The VB.NET version complains about overloads and more. Are code corrections required and if so are the available? |
|
| Need to access controls in an external stylesheet (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi In our mobile application all titles and text on the pages are retrieved from a database in order to support several languages. We have an external stylesheet that makes it look better on PocketPC. An example of a style within this sheet is attached below. Thus what we want is to have programatically access to the lblHeader label so that we can set the text property. I have found out how to get... |
|
| Reg. DeviceFilters Tag (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Dear Friends, I'm using Pocket PC and HPC Pro eMulaters, which is comming with Microsoft eMbedded Visual Tools 3.0 for my testings. And also I use UP Browser Simulators for WAP. I need to develope some device specific code. But, I could not found any difference, when implement DeviceFilters tag Web.Config file have the corresponding information. That one I check it clearly. Is the DeviceFilter tag... |
|
| Mobile code ibuyspy (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I have installed the ibuyspy portal sample on my computer with MSDE 2000 as database. Everything works with the desktop browser IE 6. Time to test it with Microsoft Mobile Explorer version 3.xxx The adres that I use is: http://localhost/portalvscs The the display say's: Application Error More System.IndexOutOfRangeException There is no row at position 0. Method: Get Item What can I do? What's wron... |
|
| Problem with MobilePageRedirect and Authentification (4 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I have a problem with my Login page when i use an Openwave emulator. When i try to logon, i'm always redirect to the login page ! Here is the code i use : private void valLogin ServerValidate(object source, System.Web.UI.WebControls.ServerValidateEventArgs args) { if (ValidateUser(txtLogin.Text, txtPassword.Text)) { // Place le cookie FormsAuthentication.SetAuthCookie(txtLogin.Text, false) ; // Re... |
|
| Expanding an already made site to mobile devices (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi Guys, We ve got a site in Internet. This site was programmed using HTML and JavaScript and is working ok. Now we want this site to be adapted for mobile devices like PDAs, Palm, etc. We think Microsoft Mobile Internet Toolkit could be a nice solution for this situation but we dont know how to redirect the user request in order to execute the already made code or the new mobile (ASP.NET) code, d... |
|
| softkeys and pure wml (3 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| 1. my first question is regarding the usage of the softkeys. when i create a form with one command control, it shows up as a softkey with the wml: do type "accept" /do now, i'd like to create another softkey with do type "options" /do or something else that will work similarly. how can i do this with the mobile sdk (i'm using beta 2 at the moment)? if i add 2 command controls to the form, neither ... |
|
| Security Change in ASP.NET RTM to be aware of... (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| There was one important security change between ASP.NET Beta2 and RTM that you should watch out for when upgrading to the final bits. Specifically, the default Windows Account under which the ASP.NET worker process executes was changed from running as "LocalSystem" in Beta2 to instead run under a more restricted "ASPNET" account (which we automatically create during install). Making this change re... |
|
| How on earth do you deploy a Mobile Application? (5 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Ok, I am using .Net Beta 2 to build a basic simple Mobile Application to test it. On the web server where I need to deploy it, I installed the destribution version of .Net framework (not that came with Beta 2 but off Microsoft's site). I also installed MMIT from Microsoft's site. I then created Package and Deployment based on Microsoft's directions. It created 16 megs msi install file and copied i... |
|
| SQLDataReader results in Mobile Form (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi, stupid question but I cannot seem to work it out. I need to simply show some data from a database on a WAP phone and I cannot work out how to get the variable value from the sqlDataReader into the Mobile form. Hopefully the following code will give you an idea. Any help greatly appreciated (I've trawled the web for sample code but cannot find any). %@ Page Inherits "System.Web.UI.MobileControl... |
|
| how to use BrowserCapability Component? (5 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| I try to use BrowserCapability component ("BrowserType.BrowserCap o new BrowserType.BrowserCap ();"). but every time an error occurred,saying "There is no MTS object context ". Could anyone tell me how to deal with this situation? Thanks in advance. |
|
| Need Idea: How to Program Dir Structure like Yahoo (6 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Friends I got to develop a directory structure like yahoo. I need to program a page, like if i entere this in to address bar http://localhost/computers/internet, i need to send the /computers/internet to the index.asp.I tried by taking PATH INFO Server variable, I am getteing 404 error : Page Not found. But the same is working on Perl. Also I tried by replacing the 404 error page in IIS with my In... |
|
| recognizing the id inside device specific tag (2 replies) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hello, I'm new to the newsgroup, and are trying to work on some mobile applications with VB language. I'm having a problem with the following syntax : Mobile:Form runat server id frMain OnLoad InitPage mobile:Panel runat server mobile:DeviceSpecific runat server id dsfrMain Choice Filter isPocketIE id cMain ContentTemplate table runat server cellpadding 0 cellspacing 0 bgcolor #DDDDFF width 100% t... |
|
| MMIT installation Problem (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.mobile |
| Hi guys! Iam having Visual Studio.NET (Buid 9447) Installed on My system.The problem is MMIT (both Release candidate Version and Final Version ) are not getting Installed. Any solution to this problem?? With Regards, Vinay |
|