SyntaxFix
Write A Post
Hire A Developer
Questions
Try and retrieve the text property of the link button in the code behind:
protected void ENameLinkBtn_Click (object sender, EventArgs e) { string val = ((LinkButton)sender).Text }