the problem is this a hyperlink will open the mailto: but i need to update the table when the hyperlink is clicked (no onclick with hyperlink)... so i figured i would use the linkbutton but have now found that there is no navigation with a link button except with using javascript (this is where i get stuck)
Brilliant that works ... how can i make the mailto a variable i.e Dim MyVar as string MyVar=some@somewhere.com LinkButton1.Attributes.Add("onclick", "location.href=' & yVar & "'") thanks again for your help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.