hello all i want to pass multiple arrays variable in query string.
for example i have three checkbox list Brand ,Price, Attribute
any arrays variable may have more than one value key
arrays variable are fixed for checkboxlist
1-checkbox list Brand has Brand []arrays variable
2-checkbox list Price has Price []arrays variable
3-checkbox list Attribute has Attribute []arrays variable
now i have selecting two -two from every checkbox list .
than i want to query string something like this
www.defualt.aspx?brand[]=samsung=123&apple=11,Price[]=100=12&200=2,Attribute []=camera=1&display=2
plz suggest me how to possible it ?