ASP1.1 - dealing with text that needed to be encoded for JavaScript
1 | Public Shared Sub WriteStatus(ByVal msg As String, _ |
Sometimes I want to pass a url inside a url string.
1 | Response.Redirect("regi_Designer.aspx" _ |
ASP1.1 - dealing with text that needed to be encoded for JavaScript
1 | Public Shared Sub WriteStatus(ByVal msg As String, _ |
Sometimes I want to pass a url inside a url string.
1 | Response.Redirect("regi_Designer.aspx" _ |