hi. I'm building some shopping cart thing, and I have to read from textbox that have name textbox1, textbox2... depends of how many thing are in cart... when I'm trying to read it with Request.Form("textbox") & Request.QueryString("catID"), becouse Querystring catID is how I get the name of textboxes, this want work... maybe I need to do this in different way, but I dont know how... I hope that you understand what I'm trying to ask you...
thanx...