Ajax

Problem Creating a Localized, Embedded Script

I was following this tutorial and was getting the error: Assembly 'AssemblyName' contains a Web resource with name 'ResourceName', but does not contain an embedded resource with name 'ResourceName'. Everything seemed to be perfect except that I forgot to set the JS file to build as an Embedded Resource: Happy Programming!

posted @ Saturday, January 16, 2010 3:42 PM | Feedback (1)

JavaScript not working within UpdatePanel

The other day I was having a problem with JavaScript functions not being found. The simplified setup was similar to this: - UpdatePanel    - UserControl (Visible = true)    - UserControl (Visible = false)       - Embedded JavaScript and Controls There was some controls on the page that triggered an asynchronous postback which changed the visibility of the UserControls and when the Embedded JavaScript was called I was getting JS errors. Here’s the question I asked on the forums: http://forums.asp.net/t/1484503.aspx. According to InfinitiesLoop: The...

posted @ Monday, November 02, 2009 9:03 AM | Feedback (0)

UpdatePanel Efficiency

So I am writing an application with ASP.NET AJAX and using the update panel to update certain controls. So there I was creating the page without any AJAX and with normal postbacks and when I was finished I just added a script manager and an update panel and voila everything works wonderfully. So I told myself: "This is so easy to implement that there must be some side effects." Usually when something is very easy to implement and so generic efficiency is hurt. So I did a search on updatepanel efficiency and I came across 2 articles: Jeff Prosise's Update Panel Tips and...

posted @ Tuesday, August 14, 2007 2:46 PM | Feedback (0)

Ajax

Take a look at this presentation about Ajax, given by me at the South Florida Code Camp. Also I attached the project with all the samples. Remember this is a Visual Studio 2005 project.Take a special look at sample6.aspx. It works just like Ajax, but with methods and implementations from ASP.NET 2.0. If you guys would like me to extend that sample and show you how to implement web controls, let me know. Remember to get the latest version of the AjaxPro.2.dll from http://www.schwarz-interactive.de/Hope you like it...Download it here

posted @ Monday, February 06, 2006 1:42 AM | Feedback (4)