ASP.NET / C#.net : RadioButtonList AutoPostBack only posting back new items
Hi,
I have a RadioButtonList and Autopostback is set to true.
The first time I click an item on the list, the postback works fine, when I click on a different item, it works fine, but if I go and click on an item that I have already 'clicked' before, then it doesn't actually postback.
Has anyone had this problem before? If so, how did you sort it out?
Yeah obviously if there is no change then nothing will happen, what I was asking is if you click on an item that has already been clicked before, it doesnt postback.
For example.... You have Item A, Item B, Item C, Item D.
Selected value is A, you click on B and it posts back. You click on C, it posts back. But if you click on B again, it doesnt post back for some reason.
Bookmarks