Click here to Skip to main content
15,868,016 members
Everything / WebForms

WebForms

WebForms

Great Reads

by Altaf Ansari
SignalR Real-Time ChatApp with Emoji / Smiley and sending file attachment
by Altaf Ansari
Integration of SignalR with ASP.NET C# WebForm Application in Real-Time Chat Application
by Vahid_N
PdfReport is a code-first reporting engine which is built on top of the iTextSharp and EPPlus libraries.
by pmpdesign
A lightweight C# library to add images and 'round rectangles' to a PDF on the fly and then securely embed the PDF in a web page

Latest Articles

by adriancs
Generate PDF from HTML with MS Edge
by adriancs
Easily route all pages at once in single line.
by gggustafson
This article revises an earlier revision of the Gradient Color Picker (V2). The incentive for the revision was a reader request for a larger number of initial color choices.
by gggustafson
Revises an earlier implementation of the Gradient Color Picker

All Articles

Sort by Score

WebForms 

3 Sep 2013 by Rion Williams
Common approaches to responsive design
2 Jan 2010 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.
13 Dec 2020 by Jin Vincent Necesario
HtmlGenericControl of ASP.NET Webforms
23 Jan 2010 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.
24 Oct 2011 by Chris_Green
Recursive DFS, BFS, and Leaf to Root search with pruning
7 Feb 2013 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.
20 Aug 2009 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!
30 Mar 2011 by Chris_Green
Understanding BackgroundWorker threads and how to encapsulate your own thread class
19 May 2012 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.
24 Nov 2014 by Cindy Potvin
Many Web.config have merged together
23 Nov 2010 by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
19 Dec 2010 by Brij
Exploring Client Callback
28 Jan 2013 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.
7 Jan 2016 by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
26 Jul 2009 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.
4 Jul 2011 by Brij
Call HTTPhandler from jQuery, Pass data and retrieve in JSON format
3 Dec 2013 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?
19 Aug 2009 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!
18 Apr 2010 by Sky Sanders
Exploring Web.config - system.web/httpModules
27 Nov 2011 by Dinesh K Mandal
12 Oct 2010 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.
15 May 2011 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.
10 Mar 2010 by kiran dangar
Using CSS3 selectors to design optimized HTML form
24 Aug 2009 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.
21 Dec 2009 by webdev_hb
This post talks about possible ways to implement an Undo feature
8 Jul 2010 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.
31 Jul 2010 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
2 Apr 2011 by Chris_Green
Cascading Dropdown Lists with jQuery (Parent/Child select options)
16 Jan 2012 by Chris_Green
Pass JavaScript arguments from codebehind to script the easy way!
9 Apr 2011 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.
20 Aug 2009 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.