I'm currently developing a web application in asp.net 3.5 that will be accessed by windows mobile internet explorer on Windows Mobile 5. I'm using access for the backend (Yes, I know MS SQL would be a better option). The problem is that I'm receiving inconsistent query results between my test server and the when I access the application on IIS. I have a page that will scan a number and update the db on that number(which is stored as text in the database). This works on my test server but when I try it on my web server from my machine or someone else's mobile device, i will get a "No value given for one or more required parameters." But this is the same query that works on my test server! I don't get it, I've even tried to upgrade Windows Mobile 5.0 to Windows Mobile 6.0, with no success. Can someone give more insight into this issue?
I am trying to start a new mobile web application project but cannot find the mobile page template originally available on VS 2005, nor can I get the mobile web controls to display in the toolbox even though I have then all selected in the tool-> select toolbox items why? and what can I do?
i want to develop an asp.net mobile web application whith Ajax features. i dont khnow whether these technologies are supported in mobile developpement?
what stups should i follow to make such project ( IDE + SDK....) . finally what are free windows mobile emulator ( except Microsoft ones)?
i am going to start first mobile application.Already Vs 2008 installed, but no Mobile SDK.So please tell which SDK i have to install to start up my first mobile application?Or some VS 2008 plugin requires for Mobile application
I have to create application which should work in web, mobile and PDA. I am using Silverlight application. Any one has idea that which type of problem can I face in Mobile and PDA? It is working fine in web. I am also using some third party control like Telerik control.
How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?
I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.
I am working on a project where i need to retrieve the mobile phone's PIN number.
Actually, the aim of this is.. sales man visits the mobile stores and fills the details through the mobile phone. After submitting the details from the mobile, we will get a mail regarding that. What we have to do is, apart from the details the sales person send, we need to know the sales person location and the mobile PIN numnber.(The mobile phone we are using is BlackBerry)
how to develop asp.net mobile application? what steps I have to be follow from the beginning. Is there any template provided by Microsoft for visual studio 2008 ? I want to develop this using c# + asp.net in mobile environment.
This is the first time i am going to develop asp.net web application for mobiles. All these while i thought there are seperate project templates available in VS2008 and VS2010 as i used to see them in VS2003. Now it is missing. I have also seen assemplies(System.Web.Mobile) available in .net framework for mobile based web controls. I googled, i did not find any convincing results :(.
Do i need to use the same Asp.net WebSite template for both desktop browsers and mobile browsers just by considering the screen layout?. that is i should detect if the request is from desktop browsers use one type of layout and other for mobile browsers. If my understanding is right? how do i test those web pages for different mobile models?
Many websites shows about how to run mobile pages on emulators...Actually how to run it in actual (real) mobile phonewant to use my own mobile as the real mobile phone to run the mobile pages and if possible.Can i run it like web application. Run in localhost?
I am developing a mobile web application using System.Web.Mobile namespace of ASP.NET.I am facing problem with redirect to a different aspx page using Response.Redirect() while testing with dotmobi emulators with the error message: The requested item could not be loaded (status code 502)
or developing mobile web application based on the targetting mobile devices we can develop that in asp.net using asp.net controls but still so much of application they are using mobile controls in there project. mobile controls are not that much flexible but still why there are using? Is there any specific reason to use mobile controls in the project?
I tried to run the mobile web application on Emulator. But i'm getting the following error. Error message is "The Requested Url was not found". How to solve this error?
I m starting to learn create mobile application using asp.net and also a javascript.can give me some suggestion or any reference website for guide for begineers.
designing a view for Mobile browsers in ASP.NET MVC framework. I am new to this mobile web application development. I learned already how to provide a diffrent view when the request comes from a mobile browser. but now i need to learn, how to design the view with a good look and feel. I have demo this weekend with my client so i would appriciate if some one respond imidiately.
m making .net mobile application using asp.net controle(not mobile controle) in visual studio 2008..in this application i hav designed a form in which i m saving records into database..in this record one field is date.if i use asp.net calender to enter date than date is not selected..
I currently have a ASP.NET web application that was designed for desktops/laptops. Now we need a mobile version of this application. I have never developed mobile application before and am looking for any good tips before i start. Things that i have been thinking about like how do you know when load the mobile version or the normal version.