Thursday, May 18, 2006
Friday, May 12, 2006
Wednesday, March 08, 2006
setting Output Cache for updated data from DB (.NET)
Modal dialogs not under the master page cache browser contents. So even if the DB has updated values, the dialog still opens with the old data for the existing session.
Please include this tag on all aspx modal dialog popups <%@ OutputCache Location="None" VaryByParam="None" %>
Please include this tag on all aspx modal dialog popups <%@ OutputCache Location="None" VaryByParam="None" %>
Monday, March 06, 2006
Tuesday, December 20, 2005
Thursday, December 08, 2005
Functionality of the key files in .net application
AssemblyInfo.cs
An information file that provides the compiler with metadata (name, version, etc.) about the assemblies in the project.
Global.asax
Customizable to handle application-level events (e.g., Application_OnStart).
HelloWorldService.vsdisco (HelloWorldService is the name of a webservice)
An XML file used for dynamic discovery of web services.
Web.config
An XML file containing configuration information for the application.
An information file that provides the compiler with metadata (name, version, etc.) about the assemblies in the project.
Global.asax
Customizable to handle application-level events (e.g., Application_OnStart).
HelloWorldService.vsdisco (HelloWorldService is the name of a webservice)
An XML file used for dynamic discovery of web services.
Web.config
An XML file containing configuration information for the application.
Welcome to my exclusive Technology resources sharing blog
Welcome. I created this technoshare blog specifically to share some very good technological and software related resources that I have/might come across.
I am starting it as a reference for me and others who might be looking for information regarding various technologies and who are preparing for technical interviews.
I suggest you to also visit my technical collection page in my website www.rajeshvuta.com for other resources.
Hope you would find this resource useful. In case you want to have a word with me,catch me at rajeshvuta [@] yahoo.com
Good luck yo Techno Whizs
Rajesh Naidu Vuta
I am starting it as a reference for me and others who might be looking for information regarding various technologies and who are preparing for technical interviews.
I suggest you to also visit my technical collection page in my website www.rajeshvuta.com for other resources.
Hope you would find this resource useful. In case you want to have a word with me,catch me at rajeshvuta [@] yahoo.com
Good luck yo Techno Whizs
Rajesh Naidu Vuta
Monday, December 05, 2005
Friday, December 02, 2005
Friday, November 04, 2005
Thursday, June 23, 2005
Subscribe to:
Posts (Atom)