views:

980

answers:

2

Aloha,

I'm looking for a floating div type of control, to display another (user)control over an aspx page, using ASP.NET and Ajax. As far as I can see the Ajax Control Toolkit doesn't have a nice overlay control. Can anyone point me at a solution?

+2  A: 

you can use the BlockUI using jQuery:

http://malsup.com/jquery/block/index-old.html#overview

It is an element that's "floating" ontop of an aspx page, it thats what your looking for?

Frost
+2  A: 

If you are looking for a modal dialogue, then

In the AJAX toolkit, there is the ModalPopup

Thickbox is a JQuery modal.

Greg Ogle