K
Kenneth
Hi,
I'm using VS.NET 2002 with code behind.
If I add a button to the design and don't change the id,
i.e. 'Button1' but activates and write some code to the
click event and then later change the 'Button1' id
to 'btnSave' or something in designview, then I've tried
to change the Sub Button1_Click to btnSave_Click, but this
doesn't seem to work.
What and in which sequence should I do to have the new
btnSave_click event get up and work?
TIA
/Kenneth
I'm using VS.NET 2002 with code behind.
If I add a button to the design and don't change the id,
i.e. 'Button1' but activates and write some code to the
click event and then later change the 'Button1' id
to 'btnSave' or something in designview, then I've tried
to change the Sub Button1_Click to btnSave_Click, but this
doesn't seem to work.
What and in which sequence should I do to have the new
btnSave_click event get up and work?
TIA
/Kenneth