Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArg s) Handles Me.Load
sPath = System.Web.Http Context.Current .Request.Url.Ab soluteUri
// Response.Write( sPath)
End Sub
I want to concatanate the string stored in sPath with the following HTML Code:
<a href="http://del.icio.us/post?url=< % I want to concatenate here %> > </a>
I dont know how to do this.
It will be ver useful to me if u send any solution for this...
sPath = System.Web.Http Context.Current .Request.Url.Ab soluteUri
// Response.Write( sPath)
End Sub
I want to concatanate the string stored in sPath with the following HTML Code:
<a href="http://del.icio.us/post?url=< % I want to concatenate here %> > </a>
I dont know how to do this.
It will be ver useful to me if u send any solution for this...
Comment