Click here to Skip to main content
15,885,365 members
Articles / Web Development / ASP.NET

Reflection and ASP.NET Web Controls

Rate me:
Please Sign up or sign in to vote.
4.83/5 (9 votes)
21 Mar 2013CPOL4 min read 30.4K   589   23  
In this article, we share a utility that can be used to dynamically change ASP.NET attributes of a WebControl.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Help : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Italy Italy
My experience is over 20 years working in Information Technology
mainly in developing business software.
I have been certified Project Manager Professional PMI and follow the
Agile Project Management
They are, also, a Senior Web Application Developer. NET (Microsoft Certified).

I love the new technology and the software architecture. I like to know the opinions of others about them.

Comments and Discussions