i have one textbox with property TextMode="MultiLine"on my aspx page(C#)
i entered data in that textbox & press enter to write next line
but while saving that multi line data in database it saves only single line data,
i want this data store in sql database in multi line format .
how it is possible ?plz