Ajax ModalPopup Extender with ASP.NET MVC?

I've recently used JQuery to send modal popups. Take a look at this. Seems pretty easy to use ericmmartin.com/projects/simplemodal.

I've recently used JQuery to send modal popups. Take a look at this. Seems pretty easy to use.

ericmmartin.com/projects/simplemodal.

You could start here (the asp.net samples) Also a sample here: codeproject.

I'm not sure how happy the AJAX Control Toolkit is with MVC (I'm not an MVC user), but if you're looking for information regarding the use of the control, watch this video. It's super easy to implement: video.

I don't think controls from the Ajax Control Toolkit are fully compatible with ASP. NET MVC. The Ajax Control Toolkit widgets are implemented similarly to traditional web controls, so most probably require viewstate, which does not exist in ASP.NET MVC.

For accomplishing modal in ASP. NET MVC, you'll have to go old school and take a more bare-metal approach and start hacking angle brackets, JavaScript, and CSS. What I've used in the past is a jQuery plugin jqModal, but there plenty out there.

I found a really good resource for implementing Ajax Popup Model dineshns.blogspot.com/2009/01/model-popu....

1 Good for you. But consider using approach provided by RSolberg. At least I see it way much better.

– Arnis L. Dec 1 '09 at 11:56 Wow, no need to be so condescending. – Merritt Mar 4 at 20:58.

I don't think controls from the Ajax Control Toolkit are fully compatible with ASP.NET MVC. The Ajax Control Toolkit widgets are implemented similarly to traditional web controls, so most probably require viewstate, which does not exist in ASP.NET MVC. For accomplishing modal in ASP.NET MVC, you'll have to go old school and take a more bare-metal approach and start hacking angle brackets, JavaScript, and CSS.

What I've used in the past is a jQuery plugin jqModal, but there plenty out there.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions