Try this code.......... This is for c# .......... RichTextBox1.Text = Convert.ToString(StringToDisplay);
Nilesh G Umaretiya
Posts
-
Char String to String ^ - Help Needed -
change datagridrow color after add it********************************************************************************************* ---------------> .aspx code <------------------------------------------------ ***************************************************************************************** *********************** CSS Code ******************** .tabe_1 { margin:0px; overflow:auto; padding:0px 0px 0px 0px; color:#0F7371; font-weight:bold; line-height:31px; font-size:13px; font-family:Verdana, Arial,sans-serif; background:url(../images/tabe_1_bg.jpg) repeat-x top #F8F8F8; } .tabe_2 { margin:0px; padding:0px; overflow:auto; font-size:17px; height:53px; background:url(../images/rows_bg.png) repeat-x top #F3FDFE; line-height:normal; color:#000000; vertical-align:middle; } .tabe_3 { margin:0px; overflow:auto; padding:0px; font-size:18px; height:33px; background:url(../images/rows_bg1.png) repeat-x top #F8F8F8; line-height:normal; vertical-align:middle; } ********************************************************