How To Use Silverlight Application On Iphone
Jun 2, 2010
We have develop one application in silverlight..
We want more information about how we can use this silverlight application on IPHONE.
Basic requirement is silverlight application should work on IPHONE.
View 10 Replies
Similar Messages:
Jun 4, 2010
I want develop small iphone blog application. How can i do it. I want steps should i follow? I am beginner for iphone application,
View 5 Replies
Mar 22, 2010
How to develop the IPhone Application using ASP.net. Which are the Softwares and Simulators we have to install to develop the application.
View 7 Replies
Mar 17, 2011
how to show Iframe on iphone application i want to simply make sql base php page which shows the database record after login
View 1 Replies
Mar 10, 2011
How to create application for iphone and mobile web application in asp.net?
View 5 Replies
Feb 5, 2010
how to develop iPhone application using ASP.NET. and what are the minimum requirements to develop.
View 5 Replies
Jun 10, 2010
We are developing an Asp.net web application for client .
In this project client wants few modules to be accessed via iphone also.How can we do that?
Do we need to develop separate iphone compatible modules or can we extend the functionality of existing asp.net web application to work with iPhone also.
View 1 Replies
Dec 4, 2010
I'm building an Iphone application, which has to retrieve information from a database on a server.
I thought about building a C# web service on the server,so the Iphone app will send a http request to the web service and get the required data as a xml output. Are there any better alternatives? for instance: I never tried but heard about WCF, maybe it's better using it instead of the older xml web service technology?
View 2 Replies
Jan 18, 2011
I am very new to iPhone development. I have some queries regarding it and these are:
1) Can I develop iPhone application on Windows PC with the help of .NET framework? I have heard that if it is required to distribute the app throgh iPhone store, it must be developed on MAC OS.
2) Is there any open source framework that does the same? The purpose is to distribute the application.
3) Is there only one solution - get a intel MAC OS and develop iPhone app on this very machine?
View 2 Replies
Jan 11, 2010
Could someone please tell me/link me to how I could create a method similar to those posted below: [URL] (I am providing the links as I'm not sure how to articulate this question without them!) I'm using C# ASP.NET. IIS 6. I have an existing web server with other public API methods. I do not want the iPhone user to have to open a web browser, and post to an aspx page. I want the iPhone developer to be able to call my method, and have one of the parameters be a handle to the file which gets POSTed.
View 1 Replies
May 1, 2010
I am developing a application. In which i am posting a image to .aspx page.The HTML for the page is as below.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>">
<html xmlns="http://www.w3.org/1999/xhtml>">
<head><title>
Untitled Page
</title><link href="App_Themes/XXX/XXX.css" type="text/css" rel="stylesheet" /></head>
<body>
[code]...
View 1 Replies
Aug 7, 2010
If I need to build a silverlight application and have it work under my asp.net application!
Does that mean I have to create two different vs projects?
One for silverlight the other my asp.net application? Or I can have one in 1? What do I do?
View 3 Replies
Oct 9, 2010
I have a Silverlight application hosted inside an asp.net website. In my silverlight applicaiton, if I select a theme. Then, theme changes will gets fired. I want to get notified in asp.net web page, when the theme changed event is fired inside the silverlight application. Note: Also, I don't want to use a data base to maintain the state of the application.
View 1 Replies
Feb 15, 2010
I'm developing an three layer ASP.NET application with C# and Visual Studio 2008 SP1. I'm using WebForms.
I'm wondering to convert that application to a Silverlight application. Maybe I can reuse a lot of code of ASP.NET layer.
View 3 Replies
Mar 19, 2010
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.
View 2 Replies
Mar 10, 2011
I am currently developing a silverlight application, however yesterday I started getting the following error message every time I run the project:
If I click "yes" to debug - nothing happens. Also, I have no Line 1805 in any of my source files!
This error message started appearing yesterday, and appears as soon as I run the project, shortly before the first page loads. If i click yes or no, the project then loads and runs perfectly, I cannot see any unwanted behaviour.
I have been using source control, so I rolled back the project to a point before the error started appearing, however I am still getting the error!
Could it be a setting in VS Web Developer Express 2010 that I have accidentally changed?
View 2 Replies
Mar 4, 2010
I am new to asp.net mvc and don't feel too comfortable to diving 100% into silverlight web application. I done some research and found that asp.net mvc can host silverlight application. That is great new since I want to leverage new technologies.
However, silverlight currently does not support printing and SSRS reporting. My question, can asp.net mvc hosts multiple applications like both silverlight and regular asp.net applications. I can design the asp.net application to handle the reporting and printing.
View 2 Replies
May 5, 2010
This seems like a very basic question but I couldn't find any help on web. If you could provide some link or steps to do this.I have created few basic Silverlight applications which are working fine standalone. I also have a basic ASP.NET application with a solution with around 10 Class Library Projects and 1 website. I want to create a small popup which will have some funtionality using Silverlight.How should I go about creating this application and how to integrate it with my existing application for it to show as a link. I would not want that link to open another application/site.
View 2 Replies
Oct 28, 2010
Developing a silverlight page in already existing web application for previewing video files. When I create a asp.net application locally and add silverlight application on the solution it works perfectly. But while I am trying to include into already existing project it throws this error. I have not deployed into the IIS. this happens while debugging.
View 1 Replies
Mar 3, 2011
I have the following scenario: a Silverlight application (constructed to be OOB) embedded at an ASP.NET website where, if the user already installed it, a label saying that is displayed; otherwise, an install button appears. Eventually I can update the .xap file available in the website.Now the problem: if the user executes the application through his Desktop/Start Menu, i'm able to update the application and suggest the user to restart it. But, if I update the .xap file and upload it again to the website, apparently no "Silverlight update" occurs, it is displayed as a new application (if the user install it again, an application icon is displayed at his desktop).
View 2 Replies
Apr 22, 2010
I am very new to silverlight application. I have to create silverlight based website . Each page contains each silverlight application. Let me know how to do that. How to integrate on single webpage.
View 2 Replies
Feb 22, 2010
Trying to do basic webclient data pull in C#, and the methods are not available in visualstudio, and the code is not compiling.
//snip
WebClient client = new WebClient();
byte[] resp = client.DownloadData(url);
//snip
Error 1 'System.Net.WebClient' does not contain a definition for 'DownloadData' and no extension method 'DownloadData' accepting a first argument of type 'System.Net.WebClient' could be found (are you missing a using directive or an assembly reference?) C:UsersMichaelDocumentsVisual Studio 2008Projectssearch2search2MainPage.xaml.cs'm doing this in a c# file for a XAML/Silverlight project, but can't imagine why that would make a difference. I can not find any reference to this issue on the web, and I had something similar to this working last month, but in a regular ASP.NET page, not in a Silverlight app.
View 3 Replies
Jan 15, 2010
When you create a Silverlight enabled WCF service, the following line is placed in the source file -
[AspNetCompatibilityRequirements(RequirementsMode =
AspNetCompatibilityRequirementsMode.Allowed)]
What does it do?
View 2 Replies
Aug 2, 2010
I wanted to build visually stunning graphs and charts ( with some animation, drill-down and interactivity in it) in an existing asp.net application.
The application is build using vs 2008.
Which version of Silverlight will be best suited for this (v3 or v4) ?
What is the best option to create Charts and Graphs and embed it within the existing asp.net application ?
View 2 Replies
Apr 19, 2010
I have a simple ASP.NET 3.5 app in which I want to use SL 3.0 cntrols, how can I do that without starting out with a fresh SL enabled ASP.NET application template?
View 3 Replies