Click here to Skip to main content
16,005,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to change the text of a text box in form after the form is displayed to user? Pin
AmarjeetSinghMatharu29-Jul-07 1:45
AmarjeetSinghMatharu29-Jul-07 1:45 
GeneralRe: How to change the text of a text box in form after the form is displayed to user? Pin
Luc Pattyn29-Jul-07 2:01
sitebuilderLuc Pattyn29-Jul-07 2:01 
GeneralRe: How to change the text of a text box in form after the form is displayed to user? Pin
AmarjeetSinghMatharu29-Jul-07 3:12
AmarjeetSinghMatharu29-Jul-07 3:12 
GeneralRe: How to change the text of a text box in form after the form is displayed to user? Pin
Luc Pattyn29-Jul-07 2:09
sitebuilderLuc Pattyn29-Jul-07 2:09 
QuestionConverting double slashes Pin
Mark0627-Jul-07 2:43
Mark0627-Jul-07 2:43 
AnswerRe: Converting double slashes Pin
PaulPrice27-Jul-07 2:50
PaulPrice27-Jul-07 2:50 
AnswerRe: Converting double slashes [modified] Pin
Martin#27-Jul-07 2:50
Martin#27-Jul-07 2:50 
AnswerRe: Converting double slashes Pin
steve_dunne27-Jul-07 2:52
steve_dunne27-Jul-07 2:52 
Or from within the stored procedure you can use something like this:

declare @test as nvarchar(40)
set @test = 'C:\\test\\rubbish\\file.asp'
select replace(@test, '\\', '\')

AnswerRe: Converting double slashes Pin
Guffa27-Jul-07 2:59
Guffa27-Jul-07 2:59 
AnswerRe: Converting double slashes Pin
Guffa27-Jul-07 3:01
Guffa27-Jul-07 3:01 
GeneralRe: Converting double slashes Pin
Martin#27-Jul-07 3:05
Martin#27-Jul-07 3:05 
GeneralRe: Converting double slashes Pin
leppie27-Jul-07 3:05
leppie27-Jul-07 3:05 
AnswerRe: Converting double slashes Pin
Guffa27-Jul-07 2:54
Guffa27-Jul-07 2:54 
GeneralRe: Converting double slashes Pin
Mike Dimmick27-Jul-07 3:01
Mike Dimmick27-Jul-07 3:01 
AnswerRe: Converting double slashes Pin
Mike Dimmick27-Jul-07 2:59
Mike Dimmick27-Jul-07 2:59 
AnswerRe: Converting double slashes Pin
Mark0627-Jul-07 2:59
Mark0627-Jul-07 2:59 
AnswerRe: Converting double slashes Pin
Nouman Bhatti27-Jul-07 4:21
Nouman Bhatti27-Jul-07 4:21 
GeneralRe: Converting double slashes Pin
Mike Dimmick27-Jul-07 3:02
Mike Dimmick27-Jul-07 3:02 
GeneralRe: Converting double slashes Pin
Mark0627-Jul-07 3:06
Mark0627-Jul-07 3:06 
GeneralRe: Converting double slashes Pin
Guffa27-Jul-07 3:12
Guffa27-Jul-07 3:12 
GeneralRe: Converting double slashes Pin
Mike Dimmick27-Jul-07 3:14
Mike Dimmick27-Jul-07 3:14 
GeneralRe: Converting double slashes Pin
Mark0627-Jul-07 3:31
Mark0627-Jul-07 3:31 
GeneralRe: Converting double slashes Pin
Mike Dimmick27-Jul-07 3:13
Mike Dimmick27-Jul-07 3:13 
JokeRe: Converting double slashes Pin
Luc Pattyn27-Jul-07 10:42
sitebuilderLuc Pattyn27-Jul-07 10:42 
AnswerRe: Converting double slashes Pin
Guffa27-Jul-07 3:10
Guffa27-Jul-07 3:10 

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.