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 -
