프로그래밍/C#
[ASP.NET] GridView에서 RowCommnad 사용하기
노을지기
2013. 12. 11. 02:36
출처: http://www.ezzylearning.com/tutorial.aspx?tid=5066444
protected void GridView_List_RowCommand(object sender, GridViewCommandEventArgs e)
|
<asp:ButtonField ButtonType="link" CommandName="ProductName"
DataTextField="ProductName" HeaderText="Name"
SortExpression="ProductName" />