Sure, just have popwin.aspx check the cache for whatever it is supposed to
emit, and return that , otherwise it would do it's normal thing that you do
now and as a last item, store it in Cache. You don't specify exactly how the
popwin.aspx page renders (e.g. what controls or whether it is writing out a
string of content) but the concept is the same.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I did developed a code in VS2005 aspx file which opens pop up window
> on button click javascript window.showModalDialog(popwin.aspx?
[quoted text clipped - 8 lines]
>
> Is it possible ??if yes please help me with you suggestion..