A
AG
Using VS 2005.
Usually I work in VB.NET.
In code behind when I need to add code to an event, I just select the object
in the upper left dropdown of the code window and then the desired event in
the upper right dropdown and the IDE builds the sub.
I am currently working on a project where the code behind is in C# and the
above functionality is not available.
Consequently, I find myself searching the web for the corrent arguments,
etc. for various control and page events.
The help files show few or none.
E.G.
protected void FormView1_ItemInserting(object sender,
FormViewInsertEventArgs e)
{
}
There must be an easier way to get this.
Can anyone advise or provide a link where one can find the format,
parameters, etc. for control events.
Usually I work in VB.NET.
In code behind when I need to add code to an event, I just select the object
in the upper left dropdown of the code window and then the desired event in
the upper right dropdown and the IDE builds the sub.
I am currently working on a project where the code behind is in C# and the
above functionality is not available.
Consequently, I find myself searching the web for the corrent arguments,
etc. for various control and page events.
The help files show few or none.
E.G.
protected void FormView1_ItemInserting(object sender,
FormViewInsertEventArgs e)
{
}
There must be an easier way to get this.
Can anyone advise or provide a link where one can find the format,
parameters, etc. for control events.