Hi!
I am using a DataGrid to show my table values. Some of the columns are showing
integer data. I need to show these IDs (Integer values) data as hyperlinks so that the
user can drill downward or get more details about the data. How to do this pleas if any one
knows gude me thanks a lot in advance.
Ali.
Loading
Blocked AccountPosted Mar 11, 2008, 4:26 AM
You can do this by putting the hyperlink in the template column of the gridview and bind the Text and navigateUrl property of the HyperLink as per the requirement.
and write the GetNavigate function in the class and return the navigateUrl as per the requirement.