Question

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?

Was it helpful?

Solution

If you are looking for a modal dialogue, then

In the AJAX toolkit, there is the ModalPopup

Thickbox is a JQuery modal.

OTHER TIPS

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top