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

Properties

properties

Great Reads

by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
by ASP.NET Community
What is Access Modifier?Objects in .NET are created from a class, struct, etc.  Thesedefinitions, as well as the properties, methods, or events
by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
by ASP.NET Community
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the

Latest Articles

by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
by ASP.NET Community
What is Access Modifier?Objects in .NET are created from a class, struct, etc.  Thesedefinitions, as well as the properties, methods, or events
by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
by ASP.NET Community
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the

All Articles

Sort by Score

properties 

by ASP.NET Community
What is Access Modifier?Objects in .NET are created from a class, struct, etc.  Thesedefinitions, as well as the properties, methods, or events
by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
by ASP.NET Community
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the
by Dragonranger
A way to add automatic properties to the FormCode for InfoPath 2007.
by ASP.NET Community
The CheckBoxList control creates a multiselection checkbox group that can be dynamically generated using databinding. To specify items that you want
by ASP.NET Community
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.
by ASP.NET Community
Every element in the configuration file maps to a class in the .NET framework.  It's possible to expand upon this to create custom configuration
by ASP.NET Community
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.
by ASP.NET Community
Nearly all the controls in ASP.NET have properties that can be databound to.ArticlesJesse Liberty has a fine article on Data Binding in ASP.NET
by Jorge J. Martins
It's easy to add user customized properties to any Silverlight control.
by ASP.NET Community
Reflection is an important capability of the .NET framework and enables you to get information about objects at runtime. In this article, we will
by ASP.NET Community
It can be useful to be able to write code that can query the current domain without you having to hard-code the domain name.  This article will show
by ASP.NET Community
InterfaceAn interface is like a class but all themethods and properties are abstract. An Interface cannot beinstantiated like abstract class. All
by ASP.NET Community
LoginStatus control is used to display Login /Logout links based on the login status of the current user.If the user logged in it displays Logout ,if
by ASP.NET Community
ProfileThe Profile provider stores information on a user defined by the profile properties in the web.config. By default the properties are
by ASP.NET Community
The RangeValidator control tests whether an input value falls within a given range. RangeValidator uses three key properties to perform its
by ASP.NET Community
Always Visible Extender Control of Ajax is used to show some control (a panel mostly) on the page always. By always, it means that if the page has
by ASP.NET Community
The TargetControlID is one of the key properties with the AJAX Control Toolkit.  Being a property defined on the control extenders, this property
by ASP.NET Community
ThemesAuthor: Prakash Singh MehraIntroduction: Themes are the way to define the formatting details for various controls and can be reused in
by ASP.NET Community
We need a basic knowledge about what is Request & Response objects. The following information may be helpful to all. How