?
if you are using vb.net
then syntax is
keyword.Text = myDataSet.Tables[0].Rows[0].item["keyword"];
if you are using c# then syntax is
keyword.Text = myDataSet.Tables[0].Rows[0]["keyword"].ToString();
On Fri, 09 Sep 2005 Kwang Suh wrote :
>Try myDataSet.Tables[0].Rows[0]["keyword"];
>
> >I have a specific requirement to retreive a value from a dataset that has been created.
> >
> >example: keyword.Text = myDataSet.Tables[0].Rows[0].item["keyword"];
> >
> >basically trying to access the column name 'keyword' and get its value.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application
http://www.houseoffusion.com/banners/view.cfm?bannerid=48Message:
http://www.houseoffusion.com/lists.cfm/link=i:44:1829Archives:
http://www.houseoffusion.com/cf_lists/threads.cfm/44Subscription:
http://www.houseoffusion.com/lists.cfm/link=s:44Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44Donations & Support:
http://www.houseoffusion.com/tiny.cfm/54