Create a Low-touch Silverlight integration

Source: Internet
Author: User
Tags touch silverlight

You can create a self-contained, Low-touch integration with SharePoint.

1. Open vs, new project, select Silverlight application, name Lowintegrationslapp, click OK.

2. Clear the checkbox "hosting a Silverlight application on a new Web site."

3. Right-click to add new items.

4. Select the data--xml file.

5. Name Employee.xml.

6. Add code to XML file.

<?xml version= "1.0" encoding= "Utf-8"?> <Employees> <Employee> <name>john doe</name> <EmpID>837901</EmpID> <FY08>3.2</FY08> <FY09>3.4</FY09> <fy10>3.8</ fy10> </Employee> <Employee> <name>kelly jackson</name> <empid>983011</empid > <FY08>2.8</FY08> <FY09>2.9</FY09> <FY10>3.0</FY10> </Employee> <
employee> <name>sam sheppard</name> <EmpID>10290</EmpID> <FY08>4.2</FY08> <FY09>4.3</FY09> <FY10>4.5</FY10> </Employee> <Employee> <name>lamont
smyth</name> <EmpID>129775</EmpID> <FY08>3.8</FY08> <FY09>3.6</FY09> <FY10>3.2</FY10> </Employee> <Employee> <name>beth canyon</name> <EmpID> 38921</empid> <FY08>2.1</FY08> <FY09>2.2</FY09> <fy10>2.0</fy10> </Employee> <Employee> <name>barry mccathry</name> <empid>201982</empid > <FY08>3.3</FY08> <FY09>2.9</FY09> <FY10>3.7</FY10> </Employee> <
employee> <name>steve denn</name> <EmpID>290122</EmpID> <FY08>4.5</FY08> <FY09>4.6</FY09> <FY10>4.5</FY10> </Employee> <Employee> <name>ahmed
habul</name> <EmpID>0992812</EmpID> <FY08>3.9</FY08> <FY09>3.8</FY09> <FY10>3.9</FY10> </Employee> </Employees>

7. Right-click the item to add a new class employees, click OK.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.