|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
gridview hyperLinkFieldi 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 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()") Show quoteHide quote "ashim" <as***@discussions.microsoft.com> wrote in message news:E1352115-6599-4712-B450-D016CDECF269@microsoft.com... >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 > >
WebForm UserControl ?s
Firing events for child controls inside a DataGrid ItemDataBound fires for header only Custom Server Control Problem with HTML in ASP.Net App ATTN MS: GridView improvements Require text entry - only if radio button checked CustomValidator Retireve data with SqlDatasource & dynamically manipulate before dispalying Can a Repeater control repeat an .ascx? |
|||||||||||||||||||||||