Web Developer Friend

Posts Tagged ‘Ajax

Ajax Update panel in asp.net

Posted by: viralsarvaiya on: October 26, 2009

What ist the UpdatePanel in ASP.NET Ajax? The answer is easy: When adding an UpdatePanel-control to your page, you can achieve a partial-update of your page on a postback. Only the content in the UpdatePanel is refreshed, the other parts of the page remain unchanged. This topic explains, how you can setup an Ajax-enabled project [...]

Script Manager in Asp.net Ajax

Posted by: viralsarvaiya on: October 26, 2009

The ScriptManager control manages client script for Microsoft ASP.NET AJAX pages. By default, the ScriptManager control registers the script for the Microsoft AJAX Library with the page. This enables client script to use the type system extensions and to support features such as partial-page rendering and Web-service calls.
for more details click below….
http://msdn.microsoft.com/en-us/magazine/cc163354.aspx
http://www.asp.net/Ajax/Documentation/Live/overview/ScriptManagerOverview.aspx

javascript Ajax Function

Posted by: viralsarvaiya on: March 13, 2009

hear i demonstrate the javascript’s Ajaxfunction.
with this function we can get data from one .aspx page to another .aspx page.
Description :
Hear i have a student information in one table of database. In 1 page(default.aspx) i have a chacke box and some textbox.
when i check the check box it goes to server side without refreshing [...]


Blog Stats

  • 5,866 hits