jQuery for the win. Decent writeup, thanks for sharing. For those of you who still haven't given jQuery goodness a try: DOOOOOO IT!
∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Wed, Sep 30, 2009 at 10:45 AM, praveen <[email protected]> wrote: > > Check this nice solution. > http://praveenbattula.blogspot.com/2009/09/aspnet-checkboxlist-get-values-in.html > > On Sep 16, 11:56 am, Pravin <[email protected]> wrote: >> hi sir >> i am not understanding please revert me back >> i have not solve the problem >> >> please help me >> >> On Sep 15, 12:07 am, Bixam <[email protected]> wrote: >> >> >> >> > we can't fill records, in lieu of a single column value as >> > var ddlControlObj = $get("ddlUName"); >> > var newOpt=document.CreateElement("OPTION"); >> > newOpt.text="display text"; >> > newOpt.value = "inner value"; >> > ddlControlObj.options.add(newOpt); >> >> > On Mon, Sep 14, 2009 at 3:45 AM, Pravin <[email protected]> wrote: >> >> > > how to fill records into checkboxlist(server control) using >> > > javascript,urgent please- Hide quoted text - >> >> > - Show quoted text - >
