This is quite a common requirement and solutions range from creating your own "selectable" Datagrid to rendering scripts that initiate postback on row click. For more info, see:
http://www.4guysfromrolla.com/articles/072104-1.aspx http://www.codeproject.com/KB/aspnet/DataGridItem_row_event.aspx http://www.codeproject.com/KB/webforms/dgrowselect.aspx On Dec 9, 2:40 pm, ZyRaIN <[email protected]> wrote: > Hi guys, > > Been looking around for a good example of this but have not been able > to find any solution.. > > The problem: > > I have a page that populates a dataGrid with some values from a mySql > database I want to and an onRowClick event so when I click the row it > takes some data from the row and fills it into a div element placed > some other place on the same page. No idea how I can do this any > examples would be appriciated. > > Sincerely > > /ZyRaIN
