2
Answers

how to use htmlanchor in winform

how to use htmlanchor in winform .I am getting error as the type or namspace html anchor tag not found.
 
Answers (2)
0
varun goparaju
NA 2 0 13y
Dataset ds=new Dataset();
ds.ReadXml("path of xml file");
Gridview1.Datasource=ds;
Gridview1.DataBind();