This is string value <a href="javascript:changePage('5')">Overview</a>.Now i want to store it in a string in vb.net.
How do i store it.
Dim link As String="<a href="javascript:changePage('5')">Overview</a>"
Please guide me to get out of this issue?
You need to escape the inner
"by doubling them:The C# version can be one of: