i have a doubt regarding arrays in asp.... in a page i am displaying the
following fields.. shirtname,quantity, size of shirt, price.... and for each row
i have a checkbox... when i click that check box that particular row has to get
selected... and i want to pass the value to next page.. for example... poloshirt ,
2 ,xl, 250 -- here i have check box when i click this the shirtname, 2,xl ,250 has to
get passed to next page... how to do this....can anybody help..