Hi,
I'm using ASP.NET AJAX Control Toolbox in ASP.NET 3.5 webform app; for each item inside a ListView I create a modal popup - through a modal popup extender - containing an image. Is this efficient? I guess that creating multiple popups in the background, just to show some of them is somewhat costly. Inside each popup I use some data from the current item, through Eval calls. If I am to use a single modal popup for the whole ListView, then how could I pass some values to it?
Thanks