Related resources for ASP.NET 4.0
  • ASP.Net 4.0 ClientId4/23/2024 11:36:43 AM. In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
  • .NET 4.0 MEF FAQ (Socket, Plug and Extension)4/7/2021 5:23:12 AM. This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologi
  • EmptyDataTemplate in GridView Or Data Controls in ASP.NET 3.5 or 4.02/24/2021 11:14:34 AM. How to display a table when no records are present in the database.
  • URL Routing in ASP.Net 4.02/15/2021 11:54:12 AM. URL Routing is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. This article discusses the various techniques for implementing URL Routing.
  • Nested Repeater Control in ASP.Net 4.02/3/2021 6:34:32 AM. Toady in this article we are basically going to learn about how we can nest repeater control within one another.
  • Various Ways to Disable ViewState in ASP.Net 4.02/3/2021 4:51:35 AM. This article descibes various ways to disable ViewState and also define the ViewStateMode Property in ASP.Net.
  • Features in ASP.NET 4.01/19/2021 5:09:05 AM. ASP.NET 4.0 includes enhancements in many areas. This article is an overview of the new and major improvements that are included in the ASP.NET 4.0.
  • Caching Support All Types of .NET 4.0 Application1/11/2021 7:50:17 AM. This article shows how to implement data caching in a Console Application, Windows Presentation Foundation Application and other .NET Applications other than ASP.NET application using the .NET 4.0 and
  • 6 Ways of Doing Locking in .NET (Pessimistic and Optimistic)12/10/2020 10:29:47 PM. This article talks about 6 ways of doing locking in .NET. It starts with concurrency problems and then discusses about 3 ways of doing optimistic locking.
  • Creating a Dynamic Data Web Site in ASP.NET 4.012/3/2020 3:15:38 AM. You can create Dynamic Data Web sites in Visual Studio by using ASP.NET Dynamic Data templates.
  • Bundling in ASP.Net 4.08/29/2018 5:08:31 AM. In ASP.Net 4.5 there is a new feature called Bundling. Bundling bundles multiple files into a single file.
  • URL Rewriting In ASP.NET 4.0/ 4.5 WebForm3/8/2017 4:01:26 PM. In this article, you will learn about URL rewriting in ASP.NET 4.0/ 4.5 WebForm.
  • Creating Multiselect DropDownList Control in ASP.NET 4.0 Using Bootstrap9/7/2015 2:02:13 PM. In this article you will learn how to create Multiselect DropDownList Control in ASP.NET 4.0 using Bootstrap.
  • Charting in ASP.Net 4.04/22/2015 3:28:21 PM. This article shows how to do Charting in ASP.NET 4.0.
  • How to Upload Files in ASP.NET9/27/2012 7:38:49 AM. This code demonstrates how to upload files in ASP.NET 4.0 using FileUpload control.
  • Page Tracing in ASP.NET 4.012/21/2011 12:53:58 AM. Visual Studio debugging tools and ASP.NET detailed error pages are very helpful when we have testing a web application. But, sometimes we need a way to identify problems after we have deployed the application, while we don’t have Visual Studio IDE on that Computer.
  • Cookies in ASP.NET 4.010/31/2011 9:10:20 PM. Cookies are one of the State Management techniques, so that we can store information for later use. Cookies are small files that are created in the web browser’s memory (if they’re temporary) or on the client’s hard drive (if they’re permanent).
  • Quick Steps to URL Rewriting in Asp.net 4.0 8/26/2011 2:05:40 AM. In this article you will learn URL Rewriting in Asp.net 4.0.