Saturday, July 19th, 2008
RegisterClientScriptBlock Example
Whiel using the AJAXToolkit i came up with the situation where i needed to run some javascript after a server-side event was called. After poking around for a bit i found the command “ScriptManager.RegisterClientScriptBlock”. This command sends back asynchronously javascript that will be executed by the clients browser on update. Here is an example:-
string strscript [...]
|No Comments » - Posted in AJAX, CSharp Commands, javascript | by admin
Friday, July 4th, 2008
Microsoft AJAX Extentions and Toolkit Ramblings
We wanted to upgrade the usability of the new site we are developing, i have briefly seen info about the microsoft ajax extentions so i thought i would check it out. The main site is http://ajax.asp.net which has tutorials, articles and downloads. I downloaded the extensions for asp.net 2.0 and i also downloaded the toolkit. [...]
|