[assembly: System.Web.UI.WebResource("ImageRotator.ImageRotatorBehavior.js","text/javascript")]namespace ImageRotator{ [Designer(typeof(ImageRotatorDesigner))] [ClientScriptResource("ImageRotator.ImageRotatorBehavior", "ImageRotator.ImageRotatorBehavior.js")] [TargetControlType(typeof(Control))] public class ImageRotatorExtender : ExtenderControlBase { [ExtenderControlProperty][DefaultValue("")]public string MyProperty{ get{ return GetPropertyValue("MyProperty", ""); } set { SetPropertyValue("MyProperty", value); } } } }