edosoft
edosoft

Reputation: 17271

What is the best ajax control to display floating windows?

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?

Upvotes: 0

Views: 1865

Answers (2)

oglester
oglester

Reputation: 6655

If you are looking for a modal dialogue, then

In the AJAX toolkit, there is the ModalPopup

Thickbox is a JQuery modal.

Upvotes: 2

Frost
Frost

Reputation: 883

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?

Upvotes: 2

Related Questions