add a template column that is a linkbutton. Then, when each data row binds
to the gridview control (GridControl_RowDataBound) do somthing like ...
ctype(e.row.cells(0).controls(0), LinkButton).attributes.add("OnClick",
"javascriptfunction()")
"ashim" <> wrote in message
news:E1352115-6599-4712-B450-...
>i want a hyperLinkFiled or hyperlinkColumn in my dataview/gridview
> where the hyperlink is a javascript function xyz(p1,p2):
>
> p1 = Request["x"]; p2= one of the dataset columns;
>
> please help
>
>
|