I have a mobile selection list (see blow) that I had programmatically filled in from a generic collection of Status object (see below) which was retrieved from the database since I wanted to use the ID and Value stored in there to the selection list.
Mobile SelectionList Sample
[Code]....
Status Object model
[Code]....
Filled in a generic collection of Status object
[Code]....
Then, I tried to fill in the mobile selection list control using:
[Code]....
Now, when I tried to get the value of the selection list... it is giving me the same value as to what was stored in the text of the selection list. I tried using the following snippet:
[Code]....
or
[Code]....
Is there anyway I can get the value of the selection list that was retrieved from the database instead of the indexes?
I have a very strange issue where SelectionList always returns NULL when i try check its Selected Item/Value. I Googled a bit and I found out that when i click the submit button, the page is being refreshed and the SelectionList is being data bound again so it will revert back to its original behavior.
Then i tried enclosing the binding code in the Page_Load event in a !IsPostBack but still when i try to access the Selected property it is null and an exception is thrown.
My code goes something like this... (the braces are not matched properly)
wanted to know what is the easiest way to interface a mobile phone device with an online system. I have literally NO knowledge in this domain. However, I am brainstorming on possibility of an online application that will allow me to backup my data in nokia set 3110 such as my Address book in the application and restore it. This I want to achieve without connecting my phone to any PC. I am thinking on some way to achieve this by leveraging mobile phone line only. I beleive it may require my application to connect to mobile phone through mobile phone network. Currently my mobile phone line subscriber is offering Address Book backup/ restore service with some charge. I want to see if I can replicate similar features. I would really appreciate if you can give a direction to my random thoughts.If anything is not clear then please feel free to inquire. I look forward to your kind response.
I'm looking into making some of an asp.net app available from smart phones and iPhone. I'm using Visual Web Dev 2008 and .net 3.5 sp1. Can we use the same forms and controls for the mobile screens?
am developing my project in asp.net 2.0 and c# and Now I am sending Text sms using Third party API.Now I want to send voice sms to mobiles.Do I need to develop it as mobile application or I need to purchase 3rd party API. some reference links for this process.
I want to send and receive sms in my asp.net website.I am currently targetting users in India.I may need to send the same sms to thousands of users at the same time.How can I achieve this?
How to change the CSS dynamically based on the mobile request.Presently i am using following code for applying css to my page. Based on the device request how can i change the style sheet in code behind.
Is the Microsoft Mobile Internet Toolkit (MMIT) used for developing web-based mobile apps, or just for mobile apps that get installed on the device? I'm new to mobile development, and plan to build an app that will be accessed via a mobile device. This app is NOT an app that gets installed on the device. Can someone point me in a good direction regarding what I should be installing? I'm using VS 2008, and the app will likely be an ASP MVC platform-based application. However, I'm not married to that platform, and I will use whatever makes the most sense.
I am new to mobile development. However, I am familiar with ASP.NET and VS. I have the following requirement:
An email is sent to approvee a PO to an email address, say xyz@abc.com. The email has a YES/NO button. The person receiving the email selects one of them. Based on the selection, an XML needs to be generated that is sent back.
I am .NET developer & new to Mobile Web Applications. I am working on ASP.NET 3.5 & VS2008. Currently our clients can access our site through Desktop browsers & now I am working on creating Mobile Web Application of the same.
I have started with stuff from Visual Web Developer Team Blog Post & [URL]
Now our current Web Application uses Ajax & I want to use same in our Mobile Web Application but I am not able to use Ajax controls on these mobile pages.
What is the best way to respond to browsers that have a small form factore (ie mobile devices)? Is there a way to have it return a different aspx page if the size is below a set number?
I am developing application for PDA. The Sql Server compact edition is installed on PDA. The data is stored on PDA's DB as well as the Server Database through wifi.
If the server is available,the data will be stored through web service, If not available ,the data should be inserted when the server is connected to the data.
which is better to transfer data whether the web service or windows service?
If web service means, how could i transfer the data to server database?
I have an activex component on my webpage, which is built specifically fro Windows Mobile. This activeX component has a dll which needs to be registered on the device. How Do I register it?
I have tried alot over the internet to download Microsoft Mobile Internet Toolkit (MMIT), but found no way. Microsoft download link for MMIT download also found broken.
I want to save any sms that comes to my mobile which is connected my pc,should get saved automatically to the database. I want to know how can I achieve this using .Net(c#) .
I'm currently work on a Mobile Web project.Here is the thing i must do ;
Suppose that i've a web page that gets username from client .
When client enter a username and hit the button ; if there's a connection between IIS and client , username shall be sent to IIS. but if there is no connection between IIS and client , username shall be stored at client side.
i plan to create a WAP site with VS 2008 by New 1 normal web application project, ist doable?are the things i should take care about is:- make sure the header of html is xhtml?- no using session to pass info? is all the C# code like that call database will work like normal asp.net?