Click here to Skip to main content
15,914,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to call the default handler? Pin
Nish Nishant24-Mar-02 1:11
sitebuilderNish Nishant24-Mar-02 1:11 
GeneralRe: How to call the default handler? Pin
David Wengier24-Mar-02 1:14
David Wengier24-Mar-02 1:14 
GeneralRe: How to call the default handler? Pin
Nish Nishant24-Mar-02 1:20
sitebuilderNish Nishant24-Mar-02 1:20 
GeneralC# errors Pin
Mazdak23-Mar-02 19:50
Mazdak23-Mar-02 19:50 
GeneralRe: C# errors Pin
James T. Johnson24-Mar-02 22:00
James T. Johnson24-Mar-02 22:00 
GeneralControl Arrays Pin
23-Mar-02 13:02
suss23-Mar-02 13:02 
GeneralRe: Control Arrays Pin
23-Mar-02 13:28
suss23-Mar-02 13:28 
GeneralRe: Control Arrays Pin
David Wengier23-Mar-02 14:13
David Wengier23-Mar-02 14:13 
You dont need control arrays. In VB, they gave you the ability to write one event handler for a whole bunch of controls. With AddHandler in VB.NET (or using the += operator for events in C#) you can acheive the same thing, with the extra advantage that they dont even have to be the same type of controls, or the same events.

The other thing it let you do in VB was to add controls at run time. In VB.NET and C# this is now even easier.

Control arrays were an ugly way to do what .NET has made fairly elegant.

--
David Wengier

TAC ad gone wrong: "Don't fool yourself, you're a bloody idiot."
Sonork ID: 100.14177 - Ch00k
GeneralRe: Control Arrays Pin
23-Mar-02 18:44
suss23-Mar-02 18:44 
GeneralRe: Control Arrays Pin
James T. Johnson23-Mar-02 18:42
James T. Johnson23-Mar-02 18:42 
GeneralInterfacing to a COM object Pin
Strait, Bryan23-Mar-02 12:25
Strait, Bryan23-Mar-02 12:25 
GeneralCommunication between 2 aspx pages Pin
23-Mar-02 8:29
suss23-Mar-02 8:29 
GeneralRe: Communication between 2 aspx pages Pin
Christopher Lord25-Mar-02 12:32
Christopher Lord25-Mar-02 12:32 
General1000 Pin
Nish Nishant23-Mar-02 5:35
sitebuilderNish Nishant23-Mar-02 5:35 
GeneralRe: 1000 Pin
James T. Johnson23-Mar-02 9:00
James T. Johnson23-Mar-02 9:00 
GeneralRe: 1000 Pin
Nish Nishant23-Mar-02 9:07
sitebuilderNish Nishant23-Mar-02 9:07 
GeneralRe: 1000 Pin
James T. Johnson24-Mar-02 9:42
James T. Johnson24-Mar-02 9:42 
GeneralC# vs. Unmanaged C++ Pin
gt4924f22-Mar-02 18:07
gt4924f22-Mar-02 18:07 
GeneralRe: C# vs. Unmanaged C++ Pin
Nish Nishant23-Mar-02 3:19
sitebuilderNish Nishant23-Mar-02 3:19 
GeneralRe: C# vs. Unmanaged C++ Pin
gt4924f23-Mar-02 5:04
gt4924f23-Mar-02 5:04 
GeneralRe: C# vs. Unmanaged C++ Pin
Nish Nishant23-Mar-02 5:33
sitebuilderNish Nishant23-Mar-02 5:33 
GeneralRe: C# vs. Unmanaged C++ Pin
Nemanja Trifunovic23-Mar-02 5:56
Nemanja Trifunovic23-Mar-02 5:56 
GeneralRe: C# vs. Unmanaged C++ Pin
Nish Nishant23-Mar-02 6:05
sitebuilderNish Nishant23-Mar-02 6:05 
GeneralManifest thyself! Pin
Domenic Denicola22-Mar-02 16:43
Domenic Denicola22-Mar-02 16:43 
GeneralRe: Manifest thyself! Pin
Russell Morris26-Mar-02 19:29
Russell Morris26-Mar-02 19:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.