silverlight Programming Web Development by Dhammakirty how to get content of RichTextBox in silverlight. Silverlight dataGrid Programming Software Development by darkelflemurian Hello everyone I have the following issue and i tried google but no success. I'm tired of this silverlight thing but i have no choice. here is the problem: I have a datagrid which populates itself from a database doing this [CODE] void svr1_getInformationCompleted(object sender, getInformationCompletedEventArgs e) {… Silverlight N00b needs help with event handling Programming Software Development by dunktap I have been looking into event handling with C# and Silverlight and I can't seem to grasp it. I'm simply trying to get this adding event handlers in managed code example to compile from [url]http://msdn.microsoft.com/en-us/library/cc189018(v=vs.95).aspx[/url] I keep getting the errors "The name 'TextBlock_MouseEnter' does not exist in the … Re: silverlight Programming Web Development by Ramesh S Take a look at the following links. [URL="http://www.silverlightshow.net/items/Building-a-Framework-for-Silverlight-Line-Of-Business-Applications.aspx"]Building a Framework for Silverlight Line-Of-Business Applications[/URL] [URL="http://silverlight.net/community/samples/silverlight-samples/"]Silverlight Community Samples[/… Re: SilverLight Programming Web Development by kvprajapati Take a look at this article - [URL="http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx"]http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx[/URL] Re: silverlight Programming Web Development by kvprajapati [URL="http://silverlight.net/"]http://silverlight.net/[/URL] is the official microsoft silverlight webite. Re: silverlight Programming Web Development by Piya27 I have gone through silverlight applications and now I have built a basic application, but I am still confused about its code part. Could any one please tell me what structure does it use? Do silverlight projects use MVC structure? Also I want to know about database contectivity in Silverlight. I have read through some tutorials and books but … Re: Silverlight? Programming Software Development by kvprajapati Have a look at official Microsoft [URL="http://www.silverlight.net/learn/"]Silverlight[/URL] site. - silverlight Programming Web Development by Piya27 Hi All, Can anyone please suggest some good tutorial for SilverLight Business Application (in C#) ASP.NET??? SilverLight Programming Web Development by newtonvlm I Add hyperlink control in dataGrid in SilverLight but when i click the hyperlink control the page is not getting navigte?........ Silverlight? Programming Software Development by lxXTaCoXxl I'm trying to learn how write Silverlight applications and implement them into my website. I also can't figure out how to add a timer component to it. I know a little bit about C# programming but almost nothing about HTML. So any help is appreciated here. Silverlight Programming Web Development by syd919 Does anyone know if silverlight supports making a menubar like in windows forms? Silverlight please wait window Programming Software Development by Mike Askew So I am currently working with custom silverlight extensions for a SAP application. The extension kicks off a an async WCF request and waits for the response. During which time I try the following: waitWindow = new RadWindow(); waitWindow.WindowStartupLocation = Telerik.Windows.Controls.… Silverlight with Visual Studio 2005 Programming Web Development by a_arunsankar Is there any possibility to use Silverlight with ASP.Net 2.0? If so, can anyone help me which version of Silverlight can be used with ASP.Net 2.0 and the how to use it? Silverlight and linq Programming Web Development by erum i need to show mesage box that show "RECORED ALreay exist ind datatabse " uisng linq and silverlight have single on code .xaml fiel code is here [CODE] private void createSurvey_Click(object sender, RoutedEventArgs e) { Service3Client client = new Service3Client(); //Int32 i; … Silverlight 1.0 Released Community Center by ash_work A day back Microsoft announced Silverlight 1.0 final release for Mac and Windows. A cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the web. Some of its features include: * Built-in codec support for playing VC-1 and WMV video, and MP3 and WMA … Silverlight + csproj? Programming Software Development by CSharpUser Hi all. First, thanks in advance for any assistance you can offer! Here is my situation: I am trying to, in essence, convert a C# console app to Silverlight (by using Silverlight as the UI). I'm having little or no trouble with the Silverlight end, but I need to be able to add two C# projects to the Silverlight solution so I can access certain … Re: Silverlight + csproj? Programming Software Development by alc6379 I think the error message is pretty clear, there-- you can only add references to Silverlight projects in Silverlight projects. Silverlight uses a subset of the .NET Framework, so you can't import in projects that use libs outside of that limited subset. The only way you could really get around this is to build a web service with the functions … Re: Silverlight + csproj? Programming Software Development by CSharpUser Oh, I see... Thanks for you help! It was the wording of the message that threw me off... I read it to be that I could only add references to the Silverlight project - which was what I was doing; not that I could only add Silverlight references to the Silverlight project. Guess I was seeing what I wanted to see :-) Re: SilverLight Programming wtih visual stuido 2008 Programming Web Development by Ramesh S To use Visual Web Developer 2008 Express for Silverlight 2 development 1. You need to install Microsoft [URL="http://go.microsoft.com/?linkid=7653519"]Visual Web Developer 2008 Express with SP1[/URL]. 2. Install [URL="http://www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&displaylang=… Re: Silverlight or PHP Community Center by khipucoder Flash has stood the test but is quite outdated in many respects. Silverlight is aimed at the Flash market, not PHP. PHP will be useful if you need to pass information to other applications through your web pages or intend to develop web based applications. In some ways it will actually complement Silverlight. Personally I think Silverlight will … Re: silverlight and ajax in asp.net Programming Web Development by kvprajapati [b]>would i be able to use ajax with silverlight application or not?[/b] Yes you can. [B]Articles/Threads[/B] 1. [url]http://www.nikhilk.net/Ajax-vs-Silverlight-and-NET.aspx[/url] 2. [url]http://forums.silverlight.net/forums/p/109228/251717.aspx[/url] Silverlight or PHP Community Center by sTyleSHA Dear Viewers, I need your suggestion in choosing my job profile further. Currently i work as web designer with 2+ years of experience. I am in the process of learning xhtml, css and keen to explore the technical part of designing. I feel i could learn php also, as i have worked with php team in solving some design issues while developing web … Silverlight - is there possible to write java applet like app? Digital Media UI / UX Design by VIeditorlover Hi, I was told that WPF can not be used in the silverlight - is it true? I mean about ten years ago I was able to write java applets with almost desktop interaface and I did consider silverlight 2 to be much better than that. Suddenly, in VS2008 I am not able to drag an drop any control from toolbox, just write some XAML code in bottom part of … SilverLight Programming wtih visual stuido 2008 Programming Web Development by nccsbim071 I want to develop silverlight web application. But i could not find installed templates for silverlight projects. I have viusal web developer express edition 2008 and visual studio 2008 team system installed on my computer. what shall i do . Which IDE should i use. Thanks, Silverlight gone crazy ? Hardware and Software Microsoft Windows by u8sand Microsoft Update wants to install the latest version of Silverlight (KB970363) on my computer but every time it goes i get the same error. (A picture of the error is attached). I tried browsing to the folder, but it still did not work. I tryed uninstalling so i could just install off of Silverlight's site but the un-installation gives me the same … Re: Silverlight / WPF Community Center Meta DaniWeb by Dani Our policy is not to create new sub-forums unless we see people already talking about the topic to the point of where it becomes necessary to separate them out. Questions about silverlight can currently be asked in our .NET forums or in our Graphics and Multimedia forum. If we start seeing an overwhelming number of Silverlight questions, then we'll… Silverlight and asp Programming Web Development by speedingbullet Hi, I need some help with a project I am working on. I have created a silverlight media player and I have put it on a test .asp web page, it currently plays the video that it was set to play in the silverlight project, but I am unable to change the source of the video through the asp page. I have looked on the internet, but I haven't been able … silverlight and ajax in asp.net Programming Web Development by sam1 Hi, I am new to ASP.NET and have been given a project in asp.net and silverlight. now my question is would i be able to use ajax with silverlight application or not? can someone please explain this to me. thanks Re: php with silverlight or flex Programming Web Development by twiss Silverlight is running client-side, so you don't need a special server for it. PHP is server-side, so they can live together happily (just like PHP and flash, for example).