Unfortunately they dont.  I realize I could play around with
JavaScript for days and never get anywhere because you cant walk
through the code to see what is happening.  I will do a postback and
clear everything that way.

Thanks alot



--- In [email protected], "Peter Brunone"
<[EMAIL PROTECTED]> wrote:
> Do they all have the same NAME attribute?  If so, you can uncheck
them like this:
> 
> for(var i;i<document.forms[0].cbListName.length;i++) {
>    document.forms[0].cbListName[i].checked = false;
>    }
> 
>  From: "scaevola637" [EMAIL PROTECTED]
> 
> Anyone know of where I can find some JS code to clear a .net
> checkBoxlist control? I would rather not postback to server. Thanks
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to