Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Getting data from dataset

I am try to get data from a dataset out of a function and return it to textbox. but everytime i run through the textbox is left blank. I am not even sure how debug and test becuase my database is residing on my host server
any advice would be helpful thank you
[266 byte] By [christianbg] at [2007-11-11 10:18:27]
# 1 Re: Getting data from dataset
It might help if you post your code.
Phil Weber at 2007-11-11 23:11:56 >
# 2 Re: Getting data from dataset
Unfortunatly I am not in front of it now. That is personal business project i am working and truth be told i am just learning asp.net. I chose it cause i use vb.net at work and that is where i am at now. sorry
christianbg at 2007-11-11 23:12:56 >
# 3 Re: Getting data from dataset
What is the return type of your function? Also is there any data in the DataSet? If you are unsure, bind it to a DataGrid and see the data structure, and then try to retrieve what you are trying to get.
kashif_82 at 2007-11-11 23:14:00 >