views:

21

answers:

1

hi all,

I am converting across an old popup system from an older app into a newer one and want to take advantage of the ajax control toolkit to do all of the popups.

Unfortunately the business will require me to make the popups look like the old version (essentially just another page opened in a smaller window and showing the title bar). The problem I can see with using the ajax toolkit is that there is no "title bar" that gets included with it as its not really a new window.

Is there a way to fake this title bar kind of view?

A: 

Are you using the modalpopup control? What are you hoping to gain from using the AJAX control toolkit for the popups? Javascript will give you some control over the appearance of a popup window.

jason