silverlight-2.0
read in image from SharePoint 2007 custom list & display @ Silverlight 2.0 control,
How may I read in images & display them on my Silverlight 2.0 control when my output is the following? (i\'m currently using lists.asmx)[详细]
2023-03-25 08:24 分类:问答access textbox's property 'MaxHeight' within a datatemplate, silverlight 2.0
how do i access a textblock inside a data template which is embedded within a ListBox? I wish to assign a new value to the textblock\'s attribute such as MaxHeight.[详细]
2023-03-24 06:22 分类:问答Pass 2 parameters to Silverlight control from SharePoint web part project into Silverlight application
I have 2 parameters defined in SharePoint web part project, meant to be passed intoApplication_Startup() in a Silverlight application when a user selects from 2 combo boxes (browsable properties). Som[详细]
2023-03-24 04:29 分类:问答edit textblock's maxheight when it's embedded within a datatemplate
how do i pass in a 2nd parameter to a Silverlight application (Application_Startup()), edit a textblock\'s attribute \'MaxH开发者_如何转开发eight\' (textblock is embedded within a datatemplate)? Users[详细]
2023-03-23 21:33 分类:问答Set MaxHeight of textblock embedded within data template of ListBox
how do i access a textblock inside a data template, within a ListBox & set the textblock\'s \'MaxHeight\'?[详细]
2023-03-23 19:16 分类:问答Enable button on another .xaml page
I have a button \'ReadMore\' defined Page.xaml. How may I enable it a开发者_C百科gain when I click on a button that closes ThumbnailDetails.xaml? Users select an item @ a ListBox and they are directed[详细]
2023-03-22 15:21 分类:问答limit number of listbox items to be displayed on load, programmatically
I have a Silverlight 2.0 listbox which reads in data from a custom list @ SharePoint 2007. How may i limit the number of items to be displayed on load of Page.xaml?[详细]
2023-03-22 07:50 分类:问答Silverlight Controls Edit Value
TextBox1.DataBinding.Add(\"Text\",dataset.Tables[\"Sample\"],\"Id\"); TextBox2.DataBinding.Add(\"Tex开发者_Go百科t\",dataset.Tables[\"Sample\"],\"Name\");[详细]
2023-03-08 02:26 分类:问答How can I write (Application.Current as App) in my Silverlight class library?
I have few public properties in App.xaml.cs which is in project A and I want to refer them in my project B. However my project A has a reference to project B, so I cannot add again the reference of pr[详细]
2023-03-05 05:46 分类:问答What's the expectation for silverlight 2's lifespan?
Way back when I built an internal site for a customer using silverlight 2.They\'ve been happy with it and I\'ve b开发者_StackOverflowarely had to touch it.Is the expectation that this site will always[详细]
2023-02-16 22:11 分类:问答