How I can remove html tag from gridview template multiline textbox.
<ItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" ReadOnly="True" Text='<%# Eval("Questions") %>'
TextMode="MultiLine"></asp:TextBox>
</ItemTemplate>
Go to the complete details ...