What is Delegate in .net(Delegate,Named method,Anonymous method)
A delegate is a type that references a method. Once a delegate is assigned a method, it behaves ex…
A delegate is a type that references a method. Once a delegate is assigned a method, it behaves ex…
WPF : Windows Presentation Foundation (WPF) is the code-name of the presentation (user-interfaces) …
A SharePoint Feature is a functional component that can be activated and deactivate at various scop…
What is the difference between SPListItem.SystemUpdate and SPListItem.Update Method (Microsoft.Shar…
I will explain you what is the different between .ToString() and Convert.ToString() with the help…
Authentication in ASP.Net There are three types of Authentication Levels exist in the ASP.Net…
ASP .Net Page Life Cycle 1. OnInit (Init) Initializes each child control of the current 2. LoadCon…
Caching Overview: Abstract: Caching is a feature of ASP.NET that can dramatically improve the perf…
In one of my application I required to implement custom paging in the ASP.Net 2.0 Gridview control …
Whenever ASP.NET Web Form page loaded, by defualt its focus set to first control (vertical scroll b…
This article demonstrates how to set focus to an ASP.NET Web Form control by using client-side scri…