Extracting both the value field and text field from a cell o


I have grid with one of the cell of type “co” and iam using this grid in an asp.net 2.0 application. Iam using Request[“column_ID”] to get the value of the cell from the grid. How can i get both the value field and the text field of the cell of type “co”???

Current code doesn’t provide such functionality. In case of “co” excell - only value will be sent to server. ( if user typed new text in combo, which has not predefined value - in such case the new text will be sent to server )