Hi everybody,
I have created a simple news site. the news is stored in SQL Server 2005. I have used C# and SqlDataSource and usual Insert or update command.
the problem is whole the text will be saved as a one raw, even I have used Enter key to make new raws but whole text showed up as one singe raw.
The columns type is ntext.
I show the text by using <asp:label> is the label that causes the problem or the white spaces were not been saved on the database??
thanks for your help
I have created a simple news site. the news is stored in SQL Server 2005. I have used C# and SqlDataSource and usual Insert or update command.
the problem is whole the text will be saved as a one raw, even I have used Enter key to make new raws but whole text showed up as one singe raw.
The columns type is ntext.
I show the text by using <asp:label> is the label that causes the problem or the white spaces were not been saved on the database??
thanks for your help