Click to See Complete Forum and Search --> : Addhandler


ambreesh
September 16th, 2005, 06:03 PM
if I would like to associated eventarguments with dropdownlists, how do I do that?

I need to store some value in a eventargument, and read it on postback

anyone?

hspc
September 17th, 2005, 10:51 AM
if you want to change the values in the event arguments
you should make a new class that inherits the Control you use
override the OnXXX method (OnClick for example) and raise the event passing the value you want.