| Thread | Last Post | Replies |
|
| Connecting from emulator to staging server | 28 Jul 2006 04:24 GMT | 1 |
Is it possible to test a mobile web app located in a staging server (http://networkmachine/mobapp/foo.aspx) from my emulator in my development machine? My PDA does not have a wireless conn; and, i just have not figured out how to share the internet connection, of my workstation, ...
|
| ObjectList and ItemSelect event | 27 Jul 2006 06:50 GMT | 1 |
I'm using the ObjectList control and I need to execute some code when an item is selected from the list view, as it goes into the details view. I get the ItemSelect event, but can't figure out how I get the information about the item selected.
|
| ASP.NET 2.0 Mobile Controls Device Updates | 24 Jul 2006 10:22 GMT | 3 |
In dotnet1.1 Microsoft released updates for the Mobile Control Devices (at least for a while). Does anybody know if they are going to release updates for ASP.NET 2.0 as well?
|
| Mobile/Regular Web site | 18 Jul 2006 20:13 GMT | 1 |
Using VS2005/C#/SQL Server 2005/Hosted server. Forms Authentication. I have a 'regular web site' - I want to create a mobile version of this site. My first thing that I would like to do is have two seperate logins
|
| RedirectToMobilePage problem | 17 Jul 2006 16:47 GMT | 1 |
hi guys, i wish to bring over two variables from one web form to another.. any idea how i do that? RedirectToMobilePage("combo/halalCombo.aspx?strname=" & lbl_cuisine.Text) that is for 1 variable. how about 2?
|
| Device Capability Not Found | 12 Jul 2006 15:46 GMT | 1 |
I'm trying to use the <DeviceSpecific><Choice> construct in a mobile web control which is consequently used in a web mobile form; the web mobile form is in a sub-directory because the same site is used for desktop and mobile content.
|
| Creating an asp.net mobile web application revisited | 03 Jul 2006 20:32 GMT | 1 |
The template for ASP.NET Mobile Web apps is not available in VS2005. What am I missing? Cheers, jb
|
| Validation Error (Mobile HTML): Element 'h1' is not supported...? | 01 Jul 2006 05:22 GMT | 1 |
Hi I am developing a .net mobile app on vs 2005; whenever I have a mobile web page, and try to add tags such as <h1> (which are valid xhtml), the designer gives the error: Validation Error (Mobile HTML): Element 'h1' is not supported and at run time the tags never get emitted.... ...
|