Sunday, January 8, 2012

C#(Gets the sender control text property)


//gets the sender info in the session
session.CreateSession(Sessions.CoordinateID, (sender as LinkButton).Text.ToString());

No comments:

Post a Comment