How to Retrieve data from a boumd Datalist column [modified]
-
I compress data in a stored procedure delivering it to the applicatiom as a dataset. That dataset is then bound to the aspx page in a datalist and a textbox. If the data is entered in the textbox, then I need to extract the data from the datalist on that row. I know there is a way to get the textbox data with a "FindControl", no problem, I just don't know how to get the rest of the data for that row. Can you assist with 1 or 2 lines of VB code, as to how to return the actual data from the row. Thanks Chuck
modified on Friday, June 5, 2009 12:42 PM
-
I compress data in a stored procedure delivering it to the applicatiom as a dataset. That dataset is then bound to the aspx page in a datalist and a textbox. If the data is entered in the textbox, then I need to extract the data from the datalist on that row. I know there is a way to get the textbox data with a "FindControl", no problem, I just don't know how to get the rest of the data for that row. Can you assist with 1 or 2 lines of VB code, as to how to return the actual data from the row. Thanks Chuck
modified on Friday, June 5, 2009 12:42 PM
I can't, but somebody in the ASP.Net forum is likely to be able to.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I can't, but somebody in the ASP.Net forum is likely to be able to.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Sorry! :-O I wouldn't have done that deliberately, I read as far as aspx, and thought 'not another one'. Hope you get a response from someone with more than two brain cells. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”