|
|
Entries for the 'C#' Category
Antonio Bello posted on July 19, 2007 01:40

A DataGridView can be bound to a collection of objects to display any of its base data type (i.e. string, int, and so on) properties. But what happens when the class exposes other objects which are not base data type?
[Read the rest of this article...]
Antonio Bello posted on October 02, 2006 04:41

The most used authentication type under ASP.NET in a web environment is the Forms Authentication. Sometimes we need multiple applications, each one implementing its own authentication, to share authentication data between other applications, so that if a user logs in one application, he doesn't need to sign in again when accessing the other applications.
[Read the rest of this article...]