I\'m implementing a feature that when the user press on any point in the row in a GridView the row will be selected instead of Select button.
Try using around your in ASPX code, set the LinkButton's CommandName='Select' And in item command event, process this command and set the style of a selected row! 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
in ASPX code, set the LinkButton's CommandName='Select' And in item command event, process this command and set the style of a selected row! 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
CommandName='Select'