I'm using NumericUpDownExtender inside updatepanel which is inside repeater displays comments on article. I use NumericUpDownExtender as thumbs up/down and I need to disable it after first click so that no one can rate the comment more than once. How can I do that? Thanks in advance for your help!
A:
The NumericUpDownExtender has three controls that need to be disabled, referenced by TargetControlID, TargetButtonDownID and TargetButtonUpID. If you disable these three controls on the first callback, this should do it.
Daniel Dyson
2010-05-25 11:42:07
will you explain how? because I just want to disable it on the rated comment while he can rate other comment as well.
Ali
2010-05-25 13:32:56