Access page buttons in a custom control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have 2 button and a custom control,which contains a grid view, on page. i set datasource of gridview; sequentially rowdatabound and rowcreated events are raised. After the events are raised in custom control i need to hide buttons on page how could i do ? Note : button are in a server side div control. So i can set the display:none with javascript in control.