Hi!
On a button click I create a new DS and assign it to a DataList. The count of the asked rows are based on a textbox.
XmlDataSource xds=new XmlDataSource();
xds.Data=ws.QueryAsXML("select top "+TextBox1.Text+" ... ");
xds.DataBind();
DataList1.DataSource =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.