Search

You searched for the word(s): userid:675169

Matching Posts

  • Re: RadioButtonList.SelectedIndexChanged as UpdatePanel Trigger

    I've made a small update to this which allows it to work in FireFox as well - this is the update (just one line has changed). foreach ( ListItem item in CheckBoxListDisplayOptions.Items) item.Attributes[ "onclick" ] = String .Format( "javascript:setTimeout('__doPostBack(\\'{0}\\',\\'\\')', 0);" , LinkButtonCheckBoxListHack.UniqueID);
    Posted to ASP.NET AJAX UI (Forum) by DamonC on 8/15/2006
  • Re: RadioButtonList.SelectedIndexChanged as UpdatePanel Trigger

    I had exactly the same problem - I've come up with a workaround which seems to work for me so I thought I'd share in case anybody else would like to implement it (I'm only targetting Internet Explorer as this is for an in house application - so I'm not sure if it will work on other browsers). The approach I took was to add a LinkButton and added style='display:none;' - I set it's OnClick event to the function that I wanted the CheckBoxList to originally fire - so the LinkButton looks like this: <
    Posted to ASP.NET AJAX UI (Forum) by DamonC on 8/15/2006
Page 1 of 1 (2 items)