in a posyback button click event i get the status(condition ) from database by executin query
as said earlier currently i have this controls visible true/ false on server side code in posyback button click event after getting the condition
but as suggested by u as it takes longer time on server side to makes controls visible true false
to do it on client side
so in posyback button click event i assigned a hidden control with the condition value
now i want to pass this value to client side script so that i can toggel the visiblity depending on hidden control value
from posyback button click event i am activating the setype function in client side which has the code as mentioned
wht i need is pass the hidden value to clinet side & make & position the controls on client side