|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataGrid Question - asp:HyperlinkI need to do the following in my DataGrid
Have a hyperlink column - no problem Create two parameters - no problem Have the column execute a jscript with each of those params - problem. I thought i needed to use the ItemCreated event to bind the values there? please help... thanks You could handle the ItemDataBound event on the server to then "fixup" any
controls that were created in the row after it's been databound. This is probabaly what you should be doing. -Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > I need to do the following in my DataGrid > Have a hyperlink column - no problem > Create two parameters - no problem > Have the column execute a jscript with each of those params - problem. > I thought i needed to use the ItemCreated event to bind the values > there? > > please help... > > thanks >
Uncheck Checkboxes
Repeat web controls in ASPX page how to display records in datagrid Dynamic loadcontrol of ascx with dll not in bin path GridView Rows collection refresh within an event Open New Window Server Side How do you populate the Dropdown in IE Web Controls? Creating a 3 State Rollover Button AddHandler / Remove Handler? DBNull.Value and the dropdownlist |
|||||||||||||||||||||||