As per my understanding you want to show the details of what you are choosing from posting.aspx page. If so you can pass a unique identifier of the record as query string and in booking page you can pull data from db for that particular id and display the
details in a grid or details view according to the structure of data.
Bimalvv
Contributor
2356 Points
478 Posts
Re: xml file
Mar 17, 2012 04:49 PM|LINK
XML file is mainly used for data storage and data transfer. Please see this link for more info http://www.w3schools.com/xml/xml_usedfor.asp
As per my understanding you want to show the details of what you are choosing from posting.aspx page. If so you can pass a unique identifier of the record as query string and in booking page you can pull data from db for that particular id and display the details in a grid or details view according to the structure of data.
Bimal