Hi,
I have a requirement for my to enter almost 5 paragaphs of text in an ASP.NET page. What control should I use?
How do I store these paragraphs in SQL and display it on the screen again?
Thanks
Hi,
I have a requirement for my to enter almost 5 paragaphs of text in an ASP.NET page. What control should I use?
How do I store these paragraphs in SQL and display it on the screen again?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep PantPosted May 30, 2012, 6:21 AM
<%@ Import Namespace="System.Data.SqlClient" %>
This is just a rough view to get the above task completed, you can improve this code to make it more meaningful.