What are the steps required to set the controls in silverlight?

Answer

The steps that are involved in setting up the control in silverlight are as follows:
First the file Page.xaml.cs will be modified to set the property of a particular page and the style of the page.
The GetItems() function will be used in the Page class to get the items from the database and it will be written as follows:
List<DataItem> GetItems()
{ List<DataItem> members = new List<DataItem>();
foreach (MemberInfo mi in this.GetType().GetMembers())
{ members.Add(new DataItem(mi));}
return members;}
The definition will be added in the DataItem class in the Page.xaml.cs file.

All silverlight Questions

Ask your interview questions on silverlight

Write Your comment or Questions if you want the answers on silverlight from silverlight Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---