Categories | Question details Back To List | ||
Extracting both the value field and text field from a cell of type "co" 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"??? Answer posted by Support on Jan 17, 2008 02:36 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 ) |