RadGrid ItemCommand Find Control
if the control you are looking for is a button:
((Button)e.CommandSource)
if the control you are looking for is a label:
((Label)e.CommandSource)
Achievement provides the only real pleasure in life
if the control you are looking for is a button:
((Button)e.CommandSource)
if the control you are looking for is a label:
((Label)e.CommandSource)
Posted by SF at 3:51 pm
No comments:
Post a Comment