Hi,
currently i got 1 enhancement in my
vb.net web application.
In one of my web page, I got a textarea (multiline text box), in which user would be entering text.
the requirement is, user should be having a provision to make the selected text as BOLD,ITALIC,UNDERLINE, Bullets and NUMBERING.
I should be in a position to save this text into oracle DB and retrieve back also.
I got to know from some of the google forums, this would not be achieved by using standard textbox which comes with ASP.NET, inturn recommended for third-party Rich Text control -
http://forums.asp.net/p/953990/1169362.aspx
Please help me to achieve this.
Please see the attachment for my requirement.
thanks
Arun