1
Answer

How to filter the data in asp.net mvc5?

Photo of Bijay Dhimal

Bijay Dhimal

7y
652
1
If user has enter the data in html formate into the text box like <h2>Something</h2>. .Then how I can filter the data into "Something" and insert into the database in asp.net mvc5.

Answers (1)