Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WebForms

WebForms

WebForms

Great Reads

by Altaf Ansari
Integration of SignalR with ASP.NET C# WebForm Application in Real-Time Chat Application
by eug_acc (Eugene Akimov)
A photo images gallery browsing template - CatalogView style.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by creativesri
This article briefs you about sending mail using SMTP in HTML Format, which takes the default SMTP settings from web.config file

Latest Articles

by Altaf Ansari
Integration of SignalR with ASP.NET C# WebForm Application in Real-Time Chat Application
by eug_acc (Eugene Akimov)
A photo images gallery browsing template - CatalogView style.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by creativesri
This article briefs you about sending mail using SMTP in HTML Format, which takes the default SMTP settings from web.config file

All Articles

Sort by Score

WebForms 

by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
by Noor Ahmad Feroozi
When using JavaScript or jQuery in UpdatePanel enabled web page, everything will work fine at the first page load, but after any asynchronous post back happens by UpdatePanel, all JavaScript and jQuery effects will vanish.
by Brij
Call HTTPhandler from jQuery, Pass data and retrieve in JSON format
by Chris_Green
Cascading Dropdown Lists with jQuery (Parent/Child select options)
by Rion Williams
Common approaches to responsive design
by hoonzis
This post shows you how to configure correctly Common.Logging together with Log4Net or NLog and explains the typical problems that you might expect while using this logging library.
by Abhishek Sur
Use of GZipStream or DeflateStream to compress your HTML output in your response when available. Added new class as WhiteSpaceFilter to remove whitespaces from HTML.
by Martin Hinshelwood
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it.
by Nathan Gloyn
If you’re one of those devs that slaps a ConfigurationManager.AppSettings in the middle of a class, then stop, please just stop.
by Patrick Cunningham
This article uses 8 steps to create example of how to read and write from HTML to a SQL database in a .NET web application using jQuery, JSON, and XML.
by Brij
Exploring Client Callback
by Sky Sanders
Exploring Web.config - system.web/httpModules
by Chris_Green
Recursive DFS, BFS, and Leaf to Root search with pruning
by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
by webdev_hb
Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap.
by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
by webdev_hb
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
by Jin Vincent Necesario
HtmlGenericControl of ASP.NET Webforms
by Dinesh K Mandal
Today we will explore the way of loading ASP.Net user control at run time using jQuery. jQuery has one method load(fn) that will help here. This load(fn) method has following definition.
by Cindy Potvin
Many Web.config have merged together
by Sky Sanders
AccessControlModule can impart a greater consistency and usability upon the default behaviour of FormsAuthentication and allow any client script code to leverage FormsAuthentication in a straight forward manner.
by Chris_Green
Pass JavaScript arguments from codebehind to script the easy way!
by Artem Smirnov
The following is not a problem with JustMock, it's a problem with trying to write a unit test involving a complex framework, and isolating parts of it not meant to be isolated.
by Chris_Green
Understanding BackgroundWorker threads and how to encapsulate your own thread class
by webdev_hb
This post talks about possible ways to implement an Undo feature
by Qwertie
UpdateControls not only keeps your GUI up-to-date, but it also separates the GUI from the rest of the code better than any framework I have seen before.
by Dinesh K Mandal
Using MemoryCache in .NET 4.0
by Matthew Dennis
In this article, I will walk through the modification of the default ASP.NET MVC 2 application to use the Munq IOC container.
by webdev_hb
This post continues the WebControls In MVC series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers!
by kiran dangar
Using CSS3 selectors to design optimized HTML form
by Rion Williams
When MVC came along however, the water became a bit muddled and developers had a major choice to make when starting up a new project: Web Forms or MVC?