|
-
May 8th, 2009, 06:48 AM
#1
Problem with string assignment escape character
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|