Search:
Namespaces
Discussions
.NET v1.1
Feedback
microsoft.public.dotnet.framework.aspnet.mobile Archive - July 2002
Post a message to this list
Messages
Page:
1
How is webservice work on iPAQ (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Has any body successfully integrated a webservice into an iPAQ device? If so please post me a simple example.(or point out what I did wrong.) thanks. pc using SmartDeviceApplication1.wslc pcho; private void button1 Click(object sender, System.EventArgs e) { try { Service1 socketService new Service1(); //error out next line: An unhandled exception //of type System.Net.WebException' occurred //GAC S...
Can't access the selected index (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi. I use ASP .Net with Mobile Internet Toolkit and I have a problem with a selection list control : When I dynamically fill the list at run time with either the Add of the item as shown, or with a data binding with an arraylist the selectionlist control returns a selection property set to nothing and selectedindex property set to 1, so I can't access my data. (same probleme as Mike Harris, 05.28....
ASP.NET (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello all, Could i build mobile application with full functionality using ASP.NET or need some other tools?. Thanks in advance
ResourceManager with MobileWebforms (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have tried to make a custom server control inheriting from mobilewebcontrol. I wanted the control to be localized so I created a couple of different resx files with different languages. Then, my plan was to look up the value of the Text field of my control in some of my resources files, depending of language setting and then render the text from the resource file in place of the original value o...
Database? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello! How can I display data from database? Using Mobile Web Forms ObjectList? Any samples? Thank You! Janno
Strange error (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello! I'm trying to display some news headlines with 2 3 lines of text from a data file. Here is my code: http://www.wapnet.ee/news.aspx.txt Database file: http://www.wapnet.ee/data/db.mdb Sample: http://www.wapnet.ee/uudised.aspx Now, everything works fine when I'm testing my page with Microsoft Mobile Explorer 3.0, but when I'm trying to access the same page with my cell phone (nokia 3410) It l...
ObjectList Control & templates (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How do I access the table row named "row1" within "ObjLst ItemDataBound"? I want to selectively set its visible property to "false" during the databinding . Are there any code samples on objectlist and template? Any help would be appreciated. mobile:Form id "Form1" runat "server" mobile:ObjectList id "ObjLst" AutoGenerateFields "true" OnItemDataBind "ObjLst ItemDataBound" Runat "server" DeviceSpec...
DataText field in c#? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All ~ I'm having trouble binding a listbox in C# (my first C# project). Any help would be appreciated: So my listbox initializes like this: this.listBox1 new System.Windows.Forms.ListBox(); And my databinding code is like this: listBox1.DataSource MyDS.Tables["Notes"].DefaultView; But there isn't a "DataText" property for my list box. I think what I need is the C# equivalent of listBox1.DataTex...
Setting focus to mobile textbox (5 replies)
microsoft.public.dotnet.framework.aspnet.mobile
We are developing with the mobile internet toolkit on PocketPC2002/PocketIE. How do you set focus / move focus to a mobile textbox? Thanks
Running JavaScript in .NET Mobile WEB Form (6 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Below is an example of a script that works fine in a VB.NET 'WEB Form'. I would like to find a simular solution when using a VB.NET 'Mobile WEB Form'. I can not seem to find a way to execute the same script function in the Mobile WEB Form. script language 'javascript' function SetFocusToFirst( ) { document.getElementById('TextBox1').focus(); } /script body onload "SetFocusToFirst();" . . . . . . /...
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