W
willyu
Unregistered / Unconfirmed
GUEST, unregistred user!
DataGrid中有ButtonColumn,CommandName="delete"
同时页面中有一个button,在page_load()中设置
if (Not IsPostBack) then
button1.visible=false
end if
想单击DataGrid中的ButtonColumn而使Button1.visible=true
该如何实现
望指教,谢谢
同时页面中有一个button,在page_load()中设置
if (Not IsPostBack) then
button1.visible=false
end if
想单击DataGrid中的ButtonColumn而使Button1.visible=true
该如何实现
望指教,谢谢