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