公告
财富商城
积分规则
提问
发文
2019-06-03 02:26发布
祖国的老花朵
Can the page numbers (clickable) at the bottom of a gridview pager be accessed programmatically as buttons?
asp.net 3.0 c#
Done. I needed to add a onclientclick event to page buttons and have achieved this by doing something like:
myGridView.Attributes.Add("onClick", "setOKToClose();");
inside page_load
最多设置5个标签!
Done. I needed to add a onclientclick event to page buttons and have achieved this by doing something like:
inside page_load