I Need to grab one value out of a dataset and put it into a textbox. Basically it is a list of comments by a certain personID. I only need the comment from a certain commentTypeID. Possible??
data...
User ID commentTypeID comment
1 13 blaaaa blaaaaa1
1 14 blaaaaa baaa 2
I need the comment from userID 1 commentTypeID 14
data...
User ID commentTypeID comment
1 13 blaaaa blaaaaa1
1 14 blaaaaa baaa 2
I need the comment from userID 1 commentTypeID 14
www.helixpoint.com