7
Reply

Store HTML Anchor Tag in a C# string Variable

Rajeev Ranjan

Rajeev Ranjan

Jun 16 2007 12:34 PM
7.1k

I have this code for VB.NET
Dim UName As String
Dim thisName As String
thisName = "<a href=""Hello.aspx?id=" & UserId & """>" & UName & "</a>"

But I want it in C#. Plz solve this problem. Its urgent

Thanks


Answers (7)