Shows how to make your GridViews row-selectable and how to bind to a row's detail.
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Thu, 03 Jun 2010 00:00:00 GMT
Indexed on
2010/06/03
18:44 UTC
Read the original article
Hit count: 231
Filed under:
How to make an ASP.NET GridView row-selectable and how to bind selected row detail to other controls. The key "trick" to learn is to be able to add an onclick javascript event to each row in the grid that will fire the intrinsic ASP.NET __doPostBack() method. read more
By Peter Bromberg
By Peter Bromberg
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner