Skip to main content

All Questions

0 votes
3 answers
785 views

Need debugging hints: Visibility change on Postback works on one page but not another

I have a webform containing a user control. On that user control is a set of radio buttons. When the radio button is changed, a panel and a text box is shown or hidden depending on which radio button ...
y0mbo's user avatar
  • 4,602
1 vote
2 answers
5k views

Controls' visibility property, modified by JavaScript, is ignored after postback

My javascript code modifies some properties, visibility included. After postback, some properties stuck, others are "forgotten". Here I try to change the Text property of a textbox and the visibility ...
PricklyMaster's user avatar