I know they have something to do with delegates. I've tried but I still don't comprehend how to use those either. I know a little about event handlers but what I really want to know is how I can use plain old eventargs that are part of most methods. example below
void Page_Load(object sender, EventArgs e)
{
myText.Value = "Hello World!";
}
Thanks for your time & consideration, I am just trying to be the best coder I can be.
Mike