User1728532267 posted
Hi,
I am student, created a web form, have 10 check box
and a button
I want use call function as we use in VB.net
when i click button
all check box visible should be false
like this
-----------------------------
function unvisible
chk1.visible = flase
chk2.visible = false
chk3.visible = false
so on.....
-------------------------
under button click event
just i ll type
call unvisible
any one help me?