Hi,

I am getting a escape character error when i assign a string to a text box with a '\' character

eg:

this.txtHeaderDirectory.Text = "C:\Temp";

so later i added excape character ' but still it is not working.. it is displaying C:''temp.. I want C:\Temp to be displayed.. how to do ?

thanks,