Open a new window and pass the arraylist

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

I have an arraylist and I want to display all the values in the arraylist in
a new window (asp.net page) using a datalist. The new window should be like
a small popup window. How can I do this?

Regards
-- Steven
 
Steven,

To open a popup window you need to call client side javascript method
showModalDialog. Make an aspx page with a datalist bound to your arraylist
and pass the page name as a parameter to showModalDialog.

Eliyahu
 
Back
Top