S
SDF
Hello,
I need to create and handle my own Events complete with my own EventArgs.
Default.aspx has an HTML Button that opens Page2.aspx in a new frame, I need
the user to set some params and then have Default.aspx post back and do
something with the params. I am using window.opener to get Default.aspx to
postback. The problem is creating my own Events to capture. I *think* I
need to create a class that inherits from Control - I won't have a visual
appearance to my control, I just need to define my own Events with my own
EventArgs - and I need to learn how to specify which one of my events to
handle on PostBack.
Are their tutorials on this? I have a few books but they do not go into
details on this. I'm sure this has been done before.
Any comments greatly appreciated.
Scott
I need to create and handle my own Events complete with my own EventArgs.
Default.aspx has an HTML Button that opens Page2.aspx in a new frame, I need
the user to set some params and then have Default.aspx post back and do
something with the params. I am using window.opener to get Default.aspx to
postback. The problem is creating my own Events to capture. I *think* I
need to create a class that inherits from Control - I won't have a visual
appearance to my control, I just need to define my own Events with my own
EventArgs - and I need to learn how to specify which one of my events to
handle on PostBack.
Are their tutorials on this? I have a few books but they do not go into
details on this. I'm sure this has been done before.
Any comments greatly appreciated.
Scott