开发者

Firing SelectedIndexChanged event for a Gridview in ASP.net asynchronously by clicking anywhere on the Row

开发者 https://www.devze.com 2022-12-08 07:50 出处:网络
I am instantiating/using the gridview only programmatically ie code behind only. Also, the grid is bound to a datasource, and I am only showing select columns from it by hooking rowdatabound event of

I am instantiating/using the gridview only programmatically ie code behind only.

Also, the grid is bound to a datasource, and I am only showing select columns from it by hooking rowdatabound event of the gridview.

Pleas开发者_如何学JAVAe suggest a way for doing it WITHOUT design view(aspx).

EDIT: Is there any way to do this using UpdatePanels?


Try this one --> http://www.netomatix.com/development/gridviewrowselectedevent.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消