mmcglynn
mmcglynn

Reputation: 7662

Can I use the ASP.NET AJAX Control Toolkit in my MVC4 Application?

I've spent a fair amount of time researching this, as I would rather not find out through trial and error.

Can I use the ASP.NET AJAX Control Toolkit in my MVC4 Application? Is there Microsft documentation that gives definitive information?

Yes, I know that MVC4 does not have VIEWSTATE. I am using the Razor view engine.

Upvotes: 1

Views: 1183

Answers (1)

Slicksim
Slicksim

Reputation: 7172

The documentation for the toolkit states specifically that it is for web forms, not mvc.

http://ajaxcontroltoolkit.codeplex.com/

If there is a specific piece of functionality you required, then you might want to see if there is a plugin available for jquery to replicate it.

http://api.jquery.com

Upvotes: 3

Related Questions