Yes. There are actually two:
1. If you create a postback event for the control, you can simply handle
through that event. Double-clicking a control handles this.
2. If not, you can use the sender to determine which control. First, GetType
off sender, then cast as that type to get name, etc.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************