when debugging
it goes to click event where in i have code to make the controls visible true/fasle
protected void
posyback
_Click(object sender, EventArgs e)
{
divcity.Visible = true;
}
the whole event gets executed with out any error
but divcity is not Visible