I focus on C#, WCF/WF, WPF/Silverlight, DDD, UML/DSL/Modeling, OSLO/M, and Linq.
string location = @"somefilename";
System.Data.DataSet oDS = new System.Data.DataSet();
oDS.ReadXml(location);
gvIcons.DataSource = oDS;
gvIcons.DataBind();
Post a Comment
No comments:
Post a Comment