lbl = e.Row.FindControl("lblRSEmail")
lbl.Text = ContactEmail
lnk.Attributes.Add("onclick", "javascript:navigator.clipboard.writeText('Text', document.getElementById('" & lbl.ClientID & "').innerText)")
Hi all, any idea on how to use javascript in VB.NET to copy text to clipboard in Chrome/Edge as did tried navigator.clipboard and it does not work?