Newbie repeating pages....

  • Thread starter Thread starter Jane Sharpe
  • Start date Start date
J

Jane Sharpe

Hi,

I have an aspx page that is called with an ID parameter, it then performs a
SQL statement using the ID field and displays some data on the page. It
works a treat.

What I want to do however, is to run it n number of times with different
ID's - and have the results displayed in one page one after the other, e.g -
if the user selects 4 ID's then the page will display

Page for ID1
+
Page for ID2
+
Page for ID3
+
Page for ID4

Can anyone point me in the right direction to achieve this please ?

Jane
 
Back
Top