Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: Frames in HTTPWebRequest Pin
JeromeKJerome14-Dec-04 6:37
JeromeKJerome14-Dec-04 6:37 
GeneralHelp in Delimiter! Pin
ahjiefreak10-Dec-04 5:25
ahjiefreak10-Dec-04 5:25 
GeneralRe: Help in Delimiter! Pin
Alexander Kent10-Dec-04 17:00
Alexander Kent10-Dec-04 17:00 
GeneralHelp in Delimiter! Pin
ahjiefreak10-Dec-04 5:23
ahjiefreak10-Dec-04 5:23 
GeneralRe: Help in Delimiter! Pin
Alexander Kent10-Dec-04 17:00
Alexander Kent10-Dec-04 17:00 
GeneralRe: Help in Delimiter! Pin
ahjiefreak11-Dec-04 2:11
ahjiefreak11-Dec-04 2:11 
GeneralRe: Help in Delimiter! Pin
Alexander Kent11-Dec-04 13:28
Alexander Kent11-Dec-04 13:28 
GeneralRe: Help in Delimiter! Pin
ahjiefreak16-Dec-04 4:48
ahjiefreak16-Dec-04 4:48 
Yea..I have tried and it only works in C# form but what I face the problem of delimiter lies in Web Application Form in C# Project Folder..(fyi, I am trying to put my C# application into Web Based)

I have tried to code the particular text box for the delimiter but it doesnt have SelectionStart function in Web Application.Thus, I used the previous code as below:-

private void TextBox3_TextChanged(object sender, System.EventArgs e){


string delimiter =";";

if (TextBox3.Text.EndsWith(" "))
{
TextBox3.Text += ";";
TextBox3.Text=TextBox3.Text.Repla ce(" ", delimiter);



}

}


With this code, I face another problem which is when i enter the input then";" doesnt come up automatically..it only comes up occasionally especially after I let the Validation Error appear in other textbox.

Please help me to clarify this doubt..I am stuck nowhere.

Thanks,
Lee

GeneralILDASM and Memory. Some confusion... Pin
...---...10-Dec-04 5:23
...---...10-Dec-04 5:23 
GeneralRe: ILDASM and Memory. Some confusion... Pin
leppie10-Dec-04 5:58
leppie10-Dec-04 5:58 
GeneralRe: ILDASM and Memory. Some confusion... Pin
...---...10-Dec-04 6:39
...---...10-Dec-04 6:39 
GeneralRe: ILDASM and Memory. Some confusion... Pin
Alex Korchemniy10-Dec-04 8:41
Alex Korchemniy10-Dec-04 8:41 
GeneralRe: ILDASM and Memory. Some confusion... Pin
Heath Stewart10-Dec-04 12:46
protectorHeath Stewart10-Dec-04 12:46 
GeneralRe: ILDASM and Memory. Some confusion... Pin
Alex Korchemniy10-Dec-04 13:28
Alex Korchemniy10-Dec-04 13:28 
GeneralRe: ILDASM and Memory. Some confusion... Pin
Judah Gabriel Himango10-Dec-04 12:05
sponsorJudah Gabriel Himango10-Dec-04 12:05 
GeneralWindows Forms Transition Pin
mrlou8810-Dec-04 5:16
mrlou8810-Dec-04 5:16 
GeneralRe: Windows Forms Transition Pin
Dave Kreskowiak10-Dec-04 6:06
mveDave Kreskowiak10-Dec-04 6:06 
GeneralRe: Windows Forms Transition Pin
mrlou8810-Dec-04 6:23
mrlou8810-Dec-04 6:23 
GeneralCompiler Error message Pin
cmitty10-Dec-04 4:31
cmitty10-Dec-04 4:31 
GeneralRe: Compiler Error message Pin
J4amieC10-Dec-04 4:37
J4amieC10-Dec-04 4:37 
GeneralRe: Compiler Error message Pin
Daniel Turini10-Dec-04 4:40
Daniel Turini10-Dec-04 4:40 
GeneralRe: Compiler Error message Pin
cmitty10-Dec-04 5:41
cmitty10-Dec-04 5:41 
GeneralUgly dynamic resizing of a control Pin
G.Ringbom10-Dec-04 2:56
G.Ringbom10-Dec-04 2:56 
GeneralRe: Ugly dynamic resizing of a control Pin
Alexander Kent10-Dec-04 17:21
Alexander Kent10-Dec-04 17:21 
GeneralRe: Ugly dynamic resizing of a control Pin
G.Ringbom10-Dec-04 21:44
G.Ringbom10-Dec-04 21:44 

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.