I have two radio buttons with Autopostback=true. I see that in purely random cases the autopostback-ability misses out. I confirmed this from FireBug where it showed the onClick event was not emitted.
Whilst I observed in debugger the control did have Autopostback true all along. How do you then try to identify where it misses out the autopostbacking ability?
deepak.vasud...
Contributor
2488 Points
622 Posts
Random issue with Radiobutton Autopostback ...
Feb 23, 2012 06:59 PM|LINK
I have two radio buttons with Autopostback=true. I see that in purely random cases the autopostback-ability misses out. I confirmed this from FireBug where it showed the onClick event was not emitted.
Whilst I observed in debugger the control did have Autopostback true all along. How do you then try to identify where it misses out the autopostbacking ability?
Deepak Vasudevan
http://www.lavanyadeepak.tk/
-------
lakhi_moni3
Member
34 Points
12 Posts
Re: Random issue with Radiobutton Autopostback ...
Feb 23, 2012 09:05 PM|LINK
If you can share a part of the code we can check on.
ramiramilu
All-Star
97899 Points
14509 Posts
Re: Random issue with Radiobutton Autopostback ...
Feb 24, 2012 01:28 PM|LINK
that is not intended behavior by default...check out javascript...may be some javascript preventing postback....
Thanks,
JumpStart
deepak.vasud...
Contributor
2488 Points
622 Posts
Re: Random issue with Radiobutton Autopostback ...
Feb 27, 2012 04:52 PM|LINK
Nothing. As I described the onClick or a variant event that needs to be added to the checkbox itself is missing.
Deepak Vasudevan
http://www.lavanyadeepak.tk/
-------
Hua-Jun Li -...
All-Star
75950 Points
5608 Posts
Re: Random issue with Radiobutton Autopostback ...
Feb 28, 2012 07:37 AM|LINK
Hi,
I guess that your radiobutton can't post it to server when you change the item option.
Firstly, you can check whether you have change its autopostback property to be true.
Secondly, you can check whether you aspx page has the javascript function or the ie forbid the javascript that prevent the webpage post to server.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework