Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: website appearance Pin
Abhishek Sur8-Sep-09 12:25
professionalAbhishek Sur8-Sep-09 12:25 
QuestionExplanation needed Pin
vishwjeet8-Sep-09 10:38
vishwjeet8-Sep-09 10:38 
AnswerRe: Explanation needed Pin
Christian Graus8-Sep-09 11:16
protectorChristian Graus8-Sep-09 11:16 
GeneralRe: Explanation needed Pin
vishwjeet8-Sep-09 11:27
vishwjeet8-Sep-09 11:27 
GeneralRe: Explanation needed Pin
Christian Graus8-Sep-09 11:43
protectorChristian Graus8-Sep-09 11:43 
Questionproblem of saving multiline text into SQL table Pin
Seraph_summer8-Sep-09 9:49
Seraph_summer8-Sep-09 9:49 
AnswerRe: problem of saving multiline text into SQL table Pin
Abhijit Jana8-Sep-09 10:23
professionalAbhijit Jana8-Sep-09 10:23 
AnswerRe: problem of saving multiline text into SQL table Pin
Abhishek Sur8-Sep-09 11:13
professionalAbhishek Sur8-Sep-09 11:13 
A simple newline puts character 13 on the input. So if you store it in the database it will hold only character 13(\n)

In case you show in DataList, the formatting is done using HTML, so you need <br/> to have new line.
Replace \n\r with <br/> and it will work.

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionHow to handle sms on web Pin
tina sharma8-Sep-09 7:57
tina sharma8-Sep-09 7:57 
AnswerRe: How to handle sms on web Pin
dan!sh 8-Sep-09 8:09
professional dan!sh 8-Sep-09 8:09 
GeneralRe: How to handle sms on web Pin
tina sharma8-Sep-09 8:33
tina sharma8-Sep-09 8:33 
Questionhow to identify the duplicate records in sql server 2005 Pin
praveenkumar_vittaboina8-Sep-09 6:37
praveenkumar_vittaboina8-Sep-09 6:37 
AnswerRe: how to identify the duplicate records in sql server 2005 Pin
Manas Bhardwaj8-Sep-09 6:44
professionalManas Bhardwaj8-Sep-09 6:44 
AnswerRe: how to identify the duplicate records in sql server 2005 Pin
Abhishek Sur8-Sep-09 7:51
professionalAbhishek Sur8-Sep-09 7:51 
GeneralRe: how to identify the duplicate records in sql server 2005 Pin
vishwjeet8-Sep-09 10:55
vishwjeet8-Sep-09 10:55 
GeneralRe: how to identify the duplicate records in sql server 2005 Pin
Abhishek Sur8-Sep-09 12:09
professionalAbhishek Sur8-Sep-09 12:09 
Questionprogram to restrict textarea to 800 in javascript Pin
praveenkumar_vittaboina8-Sep-09 6:37
praveenkumar_vittaboina8-Sep-09 6:37 
AnswerRe: program to restrict textarea to 800 in javascript Pin
Manas Bhardwaj8-Sep-09 6:46
professionalManas Bhardwaj8-Sep-09 6:46 
AnswerRe: program to restrict textarea to 800 in javascript Pin
Abhishek Sur8-Sep-09 8:07
professionalAbhishek Sur8-Sep-09 8:07 
GeneralRe: program to restrict textarea to 800 in javascript Pin
yesu prakash8-Sep-09 19:44
yesu prakash8-Sep-09 19:44 
GeneralRe: program to restrict textarea to 800 in javascript Pin
Abhishek Sur8-Sep-09 22:23
professionalAbhishek Sur8-Sep-09 22:23 
QuestionBlock downloading .flv movies Pin
zeeShan anSari8-Sep-09 6:18
zeeShan anSari8-Sep-09 6:18 
AnswerRe: Block downloading .flv movies Pin
Manas Bhardwaj8-Sep-09 6:47
professionalManas Bhardwaj8-Sep-09 6:47 
AnswerRe: Block downloading .flv movies Pin
Christian Graus8-Sep-09 11:22
protectorChristian Graus8-Sep-09 11:22 
AnswerRe: Block downloading .flv movies Pin
Abhishek Sur8-Sep-09 12:40
professionalAbhishek Sur8-Sep-09 12:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.