1
Reply

How to add color to a string

Pramod Kumar Nandagiri

Pramod Kumar Nandagiri

Jun 16 2010 5:38 AM
2.2k
hi
string line="abcd";
response.write(line);

when i execute the line should be displayed in red color
how to achieve it in asp.net

Answers (1)