Thursday, March 22, 2012

Open a new window and pass the arraylist

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
-- StevenSteven,

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

"Steven" <counterball_20122@._hotmail.com> wrote in message
news:OmqdT$lLFHA.3760@.TK2MSFTNGP12.phx.gbl...
> 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

0 comments:

Post a Comment