quotes in vb.net links -


i want make link user filepath given openfiledialog. can't quotes in right places

   doctextbox.text = "<a href=" & openfiledialog1.filename &  "target=_"blank">" & titletextbox.text & "</a>" 

doctextbox.text = "<a href=""" & openfiledialog1.filename & """ target=_""blank"">" & titletextbox.text & "</a>" 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -