Visual SourceSafe Articles and Walkthroughshttp://www.ezds... Visual Sourcesafe 6.0http://msdn.microsoft.co... Beyond checkout and checkin (Read this article to understand Label, Cloak, Pin, Share, Branch, Merge Branch)http://software.eric... ...
Flexible and Plug-in-based .NET Application using Provider Patternhttp://www.codeproje
The following link has a good number of ASP.NET GridView Examples: Asp.net 2.0 GridView Examples http://msdn.microsoft.com/l... Have Fun
http://www.studygs.net/geni... Look at problems in many different ways, and find new perspectives that no one else has taken (or no one else has publicized!) 2. Visualize! 3. Produce! A distinguishing characteristic of genius is productivity. 4. Make novel combinations. Combine, and recombine, ideas, images, and thoughts into different combinations no matter how incongruent or unusual. 5. Form relationships; make connections between dissimilar subjects. 6. Think in opposites. 7. Think...
Dynamically changing the Title of Asp.Net Pages: <HTML> <HEAD><asp:PlaceHo... id="titlePlaceHolder" runat="server" /> </HEAD> <BODY> ... ... ... </BODY></HTML> In the codebehind protected PlaceHolder titlePlaceHolder; private void Page_Load(object sender, System.EventArgs e) { System.Web.UI.HtmlControls.... PageTitle= new System.Web.UI.HtmlControls....("title"); titlePlaceHolder.Controls.A... PageTitle.InnerHtml="The...
http://msdn.microsoft.com/m
http://msdn.microsoft.com/m
A nice article to know the new syntax of c#2.0 http://msdn.microsoft.com/m