Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Otto
  • Content: Threads
  • Order by date
  1. Otto

    DataList refresh after changing the DataSource

    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 =...

Part and Inventory Search

Back
Top