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 dencom 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: MxWade
  • Content: Threads
  • Order by date
  1. MxWade

    Printing Values Passed To A DataSource

    Hello - I would like to print the SQL query and the values that are being passed to a datasource. I have used the following command and it shows the query but not the values: Debug.Print("The SQL string = " + sdsFacilityList.SelectCommand.ToString()) This is the result that I get: The...
  2. MxWade

    Need to Get Data From Directly a DataSource So That It Can Use In Code

    Hello, On many occasions it would be very handy to be able to get data directly from an SQL datasource so that I can manipulate it with VB code in the code behind. My ASP text books mention that the data is stored in a dataset but they do not give any instruction on how to identify the dataset...
  3. MxWade

    FindControl Need Help Finding Nested Controls

    I am a newbie to ASP. I have researched my problem before asking this question and found several similar postings. I have not been able to find a solution that I can make work for my situation. I have a FormView control (fvCityLookup) that is nested inside another FormView control (fvMain)...

Part and Inventory Search

Back
Top