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.
create standalone silverlight project
the project above builds .xap file
there testpage.html generated. contains reference silverlight.js , <object> tag hosts control on web page.
you can use figure html required host silverlight control.
create own asp.net project, , create control generates required html.
include .xap file , silverlight.js file in distribution of custom control.
Comments
Post a Comment