I have linklabel which has spaces at the end, I want to copy the label's content without the spaces.
This copies the linklbl with spaces at the end:
Clipboard.SetText(E_mailLinkLabel.Text)
But couldn't figure out how to trim the linklabel before copying it.