Hi all,
I've been working my way through asp.net with and without vs.net and have come up with what i can be regarded as, well, I don't know, but here it is:
How do I know what events to use for something and what objects/classes are used with those events?
An example.
Calendar control.
There is an ondayrender event. Making a call to a sub, how am I supposed to know I should use the DayRenderEventArgs? How am I to even know that it exists? How am I to know about the tablecell class?
I've been seeing this everywhere. This is the most recent. Is this just part of a huge learning curve? I feel there is so much out there and seem a bit overwhelmed when I look at it. I know I can not be an expert in everything, though I'd like to be.
Someone please let me know if this is a normal reaction. Is there anything out there that has a list of all these events, classes, properties of classes etc...Other than the sdk documentation.
Mike
I've been working my way through asp.net with and without vs.net and have come up with what i can be regarded as, well, I don't know, but here it is:
How do I know what events to use for something and what objects/classes are used with those events?
An example.
Calendar control.
There is an ondayrender event. Making a call to a sub, how am I supposed to know I should use the DayRenderEventArgs? How am I to even know that it exists? How am I to know about the tablecell class?
I've been seeing this everywhere. This is the most recent. Is this just part of a huge learning curve? I feel there is so much out there and seem a bit overwhelmed when I look at it. I know I can not be an expert in everything, though I'd like to be.
Someone please let me know if this is a normal reaction. Is there anything out there that has a list of all these events, classes, properties of classes etc...Other than the sdk documentation.
Mike