Using Silverlight to create a custom control C# ASP.NET -


a few things off bat.

  • i've never used silverlight before.
  • i'll using silverlight v3.0 in vs2008 (3.5 framework)

i'm going using create user control existing c# web application doesn't use silverlight , i'm not sure how go doing this.

am supposed add silverlight application current project? make it's own project , somehow import later? also, considerations/worries should know of in attempting this?

not sure started. guidance appreciated. thanks.

i've built custom file uploader in silverlight before, can give tips.

  1. create standalone silverlight project

  2. the project above builds .xap file

  3. there testpage.html generated. contains reference silverlight.js , <object> tag hosts control on web page.

  4. you can use figure html required host silverlight control.

  5. create own asp.net project, , create control generates required html.

  6. include .xap file , silverlight.js file in distribution of custom control.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -