Allora mentre cerco di installare l'AjaxControlToolkit ottengo questo errore:
Install failed. Rolling back...
Install-Package : Could not install package 'AjaxControlToolkit 4.1.60623'. You are trying to install this package into
a project that targets '.NETFramework,Version=v2.0', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.
At line:1 char:16
+ Install-Package <<<< AjaxControlToolkit
+ CategoryInfo : NotSpecified: ( [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Com mands.InstallPackageCommand

Quando si dice partire con il piede sbagliato.
Quello che non riesco a capire e' perche' parli di framework 2.0 quando sul pc e' presente il 4.0

Io non ho mai usato Ajax in precedenza e nemmeno asp.net e c# ma nell'azienda dove sto facendo lo stage hanno bisogno di questa implementazione.

C'e' qualche altro espediente che posso usare? Non devo necessariamente usare una modal box andrebbe bene anche un popup.