I have written a piece of code in C#.
That is, dynamically adding TextBoxs 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.
Example :-
Data : My URL :http://localhost/web/report.aspx?Id=5&code=66634
Text in the textbox look like below
My URL http://localhost/web/report.aspx?Id=5&code=66634
Could some one please help me why hyperlinks came in my case?