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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top