I have an array bound to RadGrid.
I can use the <%#Eval method to get the values in the root of the array in the aspx file. However, there is one particular value which is inside an array where I do not know how to get it.
eg of the array structure
customername Michael
customerdetails
specialremarks xxxxxxxx
How can I get the value for specialremarks ?
I tried the itemdatabound but to no avail.
Any help is much appreciated
Thank you
I can use the <%#Eval method to get the values in the root of the array in the aspx file. However, there is one particular value which is inside an array where I do not know how to get it.
eg of the array structure
customername Michael
customerdetails
specialremarks xxxxxxxx
How can I get the value for specialremarks ?
I tried the itemdatabound but to no avail.
Any help is much appreciated
Thank you