I have written a piece of code in C#.
That is, dynamically adding TextBox
s to edit data coming from database.
I am getting issues if the data contains URLs.
I need to show the data in textboxs as it is in database, but I am getting appended hyperlinks into the textboxs.
例:
数据:My URL :http:// localhost/web/report.aspx?Id=5&code=66634
案文框案文如下:
My URL 。
请帮助我为什么我的超链接会到场?