문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top