I have checkboxes that I have created using Literal now on postback I get the checkboxes which are checked in the Request.form.Allkeys
. However I don't know how to read those values how can I use them? how can I count how many values are in there and how can I find some values in there example I want to find if the request.forum.allkey
contain forumaName0
..
thank you