ealier i had
<asp:AsyncPostBackTrigger
ControlID
=
"posyback"
/>
but as there was issue with it i had to chnage it
to
<asp:PostBackTrigger
ControlID
=
"posyback"
/>
if i use
<asp:AsyncPostBackTrigger
ControlID
=
"posyback"
/>
my code for displaying other controls does not work