Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Silverlight Custom Control for DataBase opertation

     That I understand sky , I have to use web service to access Data from the DataBase. But there is sth that we had planned. Had there been a DataSet I would have done like this:- Suppose the Grid is the parent for all control, then I would have assigned some DataTable to it Inside it will be some user control whose Content Property will be ...
  • Re: Is it possible to pass/access a session variable from silverlight?

     You can pass it through the InitParameter  present in Silverlight Control Tag as shown below<html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;"> <head runat="server">     <title>Test Page For CMMSilverlight</title>      <script ...
  • Re: WCF Service and DataContract issue

    I think that the class that you are using is not under DataContract. So please include that and then see if it helps or not. Thanks 
  • Silverlight Custom Control for DataBase opertation

    Hi all,  Can any one help me in creating Custom Control for Silverlight for DataBase Operation. As here we do not have DataSet , so we can not use the object of DataSet to set the source of any control and I cannot use List as using list will be specific to any class  and I dont want to restrict these controls to some classes.
  • Re: ComboBox Binding

     All I am saying is that, can I have an extra property in comboBox which works just like Selected Value in WPF. As using selected Item is a tough  task while developing  a business application. And since I want to create a custom control  for ComboBox specially for Databinding in which I am creating some dependency properties ...
  • ComboBox Binding

    Hi all, Just like WPF where we have Selected Value for ComboBox can't we have the same here in silverlight where only selected item is present as I am creating a custom control basically to interact with the DataBase and I do not know the name of the class to which the comboBox will bind.  Thanks, nikhil  
Microsoft Communities