(Object source, EventArgs e)

T

Trevor Hartman

Hi,
You know the parameters i'm talking about? void whatever (Object source,
EvenArgs e)? how do you go about using those parameters? I need to get the
ID of the source object (this is the event handling function for that
object). How do i do this?
thanks
-trevor
 
T

Trevor Hartman

thanks a lot
- Trevor

Kevin Spencer said:
Cast the source as System.Web.UI.Control and get the ID from it:

string strID = ((System.Web.UI.Control) sender).ID;

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.
 
K

Kevin Spencer

Cast the source as System.Web.UI.Control and get the ID from it:

string strID = ((System.Web.UI.Control) sender).ID;

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top