Many hosting companies, like mine, won’t have the AJAX Extensions installed in the GAC for quite a while, if ever. No worries, you can just put the DLLs in your Bin folder. Since MS hasn’t graced us with the DLLs, so you’ll have to get them out of your GAC. …
Month: February 2007
ClientScript.RegisterStartupScript doesn’t work with ASP.NET AJAX
I frequently place an UpdatePanel around a paged GridView with inline editing. During OnRowUpdating, the object is saved. If the save was not successful, I like to show an alert box with the error message. I recently migrated from the Atlas May CTP to ASP.NET 2.0 AJAX. The following code …
Continue reading “ClientScript.RegisterStartupScript doesn’t work with ASP.NET AJAX”
‘ScriptManager’ is not a known element
I just migrated from the Atlas July CTP to ASP.NET 2.0 AJAX Extensions 1.0. After following all of the instructions on the AJAX site, my web site still showed tons of errors. I’m using a Web Site, not Web Application, with a ScriptManager in a WebForm that uses a MasterPage. …