User-775831949 posted
I have a AccessDataSource control which successfully get the data from TableA of field ProductID, ProductName.
Now I need to get Select ProductName where ProductID =1 so I type this into SelectCommand and it can display the record into Gridview, meaning the AccessDataSource is perfect.
However, instead of Gridview, I need to get that ProductName into label1.text.
What should be the easiest way and code for so doing ?
Thanks