Quick Fix Notification on AsyncClientScriptConnector Control

I have recently updated my site  (http://www.theglavs.com) with a new look as I mentioned here, but in doing so an old version of my AsyncClientScriptConnector control crept onto the site and has been there for the last couple of days. I have noticed a bunch of people downloading it, so if you have grabbed a copy of this in the last couple of days, please go grab the copy I have there now as its the "proper" version. The previous one used an older version of the ICallbackEventHandler interface.

Thanks to Andy Schwam for pointing this out to me and I apologise for any inconvenience or confusion it has caused.

You can go directly to the download page by visiting here (http://www.theglavs.com/Downloads.aspx) and selecting the ".Net V2.0" side navigation link to locate the control - or - You can just download the control direct from here (http://www.theglavs.com/DownloadItem.aspx?FileID=25)

For those unaware, it is a control that makes the use of the Asynchronous Client Scripting feature in ASP.NET V2 a little easier by taking away the need to write any server code to produce and hook up the required Javascript. In addition, there is a property to allow a timer setting to allow timed, recurring calls asynchronously to your defined server side code, again without needing to write any Javascript.

No Comments