Click here to Skip to main content
15,887,596 members
Everything / Properties

Properties

properties

Great Reads

by Tomaž Štih
Simple trick to implement csharpish properties in modern C++
by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
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
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.

Latest Articles

by emartinho
A Java String property value starting with a single number (e.g., a CRON schedule like "0 30 */1 * * ?") is truncated to just the first number.
by Tomaž Štih
Simple trick to implement csharpish properties in modern C++
by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
by Sandeep Mewara
Issues faced while setting up Kafka on Windows OS and how I resolved it

All Articles

Sort by Score

Properties 

11 Oct 2013 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
11 Oct 2013 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.
8 Oct 2013 by Dragonranger
A way to add automatic properties to the FormCode for InfoPath 2007.
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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.
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 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
28 Jan 2014 by Jorge J. Martins
It's easy to add user customized properties to any Silverlight control.
11 Oct 2013 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
23 Mar 2001 by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
11 Oct 2013 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
11 Oct 2013 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
11 Oct 2013 by ASP.NET Community
                     We need a basic knowledge about what is Request & Response objects. The following information may be helpful to all. How