Hi, I have an html form that has to update contact data. But... each contact has a number of cars with related information viewed as rows within the same form. Cars information has to be updated too. The number of cars for each personis not known in advance. How can I handle this in the Server with Request.Form("item");
Thanks