Hi there, this is my question :
I would like to make te first page with a list coming from database (how to do?);
Ex <p><a "href:secondpage.aspx">Record text</a</p> etc. etc. and from this list choosing one of the record, using the id of the record, and open the second page where i can edit all the values of the record, do i need to do this with querystring? (and showing to the user the id of the record on the addressbar of IE)? or there is another way that allow me to open one record without showing data to the user?
Thanks!!!