N
nate heaton
I am using Visual C# to develope an ASP.net web application.
In my code behind page I have an event:
this.DropDownList2.SelectedIndexChanged
which fires when the DropDownListChanges.
Now, what I would like to do is fire that event from the
page load event.
I know that there are better ways to do what I want to do.
However, I need to understand this. Please explain how to raise the
SelectedIndexChanged event from the page load event.
Thank you in advance.
Nate Heaton
In my code behind page I have an event:
this.DropDownList2.SelectedIndexChanged
which fires when the DropDownListChanges.
Now, what I would like to do is fire that event from the
page load event.
I know that there are better ways to do what I want to do.
However, I need to understand this. Please explain how to raise the
SelectedIndexChanged event from the page load event.
Thank you in advance.
Nate Heaton