J
Justin
I have aspx pages with 10 checkboxlist controls. Each checkboxlist is
databinded from database.
Total individual checkbox (the sum of individual checkbox in those 10
checkboxlists) on the page is about 1710. You can imagine how large the
viewstate is. Is there anyway I
can shrink the viewstate and at the same time get the values of all that are
checked when postback?
How would you go about doing this efficiently?
Thanks
databinded from database.
Total individual checkbox (the sum of individual checkbox in those 10
checkboxlists) on the page is about 1710. You can imagine how large the
viewstate is. Is there anyway I
can shrink the viewstate and at the same time get the values of all that are
checked when postback?
How would you go about doing this efficiently?
Thanks