Posts

Showing posts from June, 2010

Delete .svn files

FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"

XPath Tutorial e.g Google Maps API Web Services

http://code.google.com/apis/maps/documentation/webservices/

linqpad

http://www.linqpad.net/

ASP.NET application and page life cycle

http://www.codeproject.com/KB/aspnet/ASPDOTNETPageLifecycle.aspx?display=Print Prize winner in Competition "Best ASP.NET article of April 2010"

Navigation using window.location

//Navigates to a new page and creates a browser history item. window.location.assign("http://TundraBlue.com"); //Navigates to a new page and replaces the current page in browser history. window.location.replace("http://TundraBlue.com"); //Reloads the current location from the server no browser history item is created. window.location.reload("http://TundraBlue.com");

Refrence link

http://alpascual.com/blog/al/archive/2007/03/26/Code-Snip-_2200_Customizing-ScriptManager_2200_-to-detect-errors.aspx http://adilakhter.wordpress.com/2008/01/11/using-predicate-actor-of-net20/ http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.aspx http://adilakhter.wordpress.com/2008/01/11/passing-parameter-to-a-predicate-in-net20/ http://lspence.blogspot.com/2008/01/how-to-auto-collapse-microsoft-ajax.html http://www.ajaxlines.com/ajax/stuff/article/ajax_toolkit_collapsible_panel_extender.php http://alpascual.com/blog/al/archive/2007/04/26/How-to-fix-Sys.WebForms.PageRequestManagerParserErrorException-in-AJAX.aspx--%> http://alpascual.com/blog/al/archive/2007/03/26/Code-Snip-_2200_Customizing-ScriptManager_2200_-to-detect-errors.aspx http://developers.de/blogs/damir_dobric/archive/2007/02/12/RegisterStartupScript-and-RegisterClientScriptBlock-can-work-with-UpdatePanel_3F002100_.aspx http://gmamaladze.googlepages.com/maintainfocusbetweenpostbacksalsoinasp.n http://ry