Click here to Skip to main content
15,920,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: base method Pin
George_George31-Oct-08 0:04
George_George31-Oct-08 0:04 
GeneralRe: base method Pin
N a v a n e e t h2-Nov-08 6:10
N a v a n e e t h2-Nov-08 6:10 
QuestionSecurity consideration of Windows Service written in .NET Pin
Zerox MXI29-Oct-08 15:13
Zerox MXI29-Oct-08 15:13 
AnswerRe: Security consideration of Windows Service written in .NET Pin
#realJSOP29-Oct-08 23:39
professional#realJSOP29-Oct-08 23:39 
QuestionMove the unmovable Pin
ltheonel29-Oct-08 13:53
ltheonel29-Oct-08 13:53 
AnswerRe: Move the unmovable Pin
N a v a n e e t h29-Oct-08 18:29
N a v a n e e t h29-Oct-08 18:29 
GeneralRe: Move the unmovable Pin
ltheonel29-Oct-08 23:09
ltheonel29-Oct-08 23:09 
GeneralRe: Move the unmovable Pin
jas0n231-Nov-08 12:15
jas0n231-Nov-08 12:15 
Yes. You can do this. I have done this last early last year. I created a tiny text editor that would upload my web pages AS I WAS CREATING THEM. I acheived this by using the TextChanged Event of the TextBox control. Then I added code to the TextChanged event handler that would save the text inside TextBox control to a string. Then, I uploaded the text inside the string to my ftp sever. By doing this, everytime the TextBox control is "changed" it would save to string and upload. Save to string and upload.

So, in short:

Create TextChanged Event Handler for TextBoxControl (or whatever input control you're using)

Add the code that will save the controls text to a string

Upload string's text to server (make sure you use Append. Instead of Write.)

Hope this helps. There's alot of code involved in this (hence the reason I didn't post it here)...

jt.

p.s. let me know how it goes...
GeneralRe: Move the unmovable Pin
ltheonel6-Nov-08 12:45
ltheonel6-Nov-08 12:45 
GeneralRe: Move the unmovable Pin
jas0n236-Nov-08 16:17
jas0n236-Nov-08 16:17 
GeneralRe: Move the unmovable Pin
ltheonel9-Nov-08 8:33
ltheonel9-Nov-08 8:33 
QuestionMapping XML to "anonymous" class Pin
ezazazel29-Oct-08 12:16
ezazazel29-Oct-08 12:16 
AnswerRe: Mapping XML to "anonymous" class Pin
N a v a n e e t h29-Oct-08 18:32
N a v a n e e t h29-Oct-08 18:32 
GeneralRe: Mapping XML to "anonymous" class Pin
ezazazel29-Oct-08 19:48
ezazazel29-Oct-08 19:48 
QuestionCreating a upgrade .msi file Pin
Brad Wick29-Oct-08 9:07
Brad Wick29-Oct-08 9:07 
QuestionCheck if a file was created in PP 2003 Pin
ophirmi29-Oct-08 8:28
ophirmi29-Oct-08 8:28 
AnswerRe: Check if a file was created in PP 2003 Pin
Giorgi Dalakishvili29-Oct-08 8:43
mentorGiorgi Dalakishvili29-Oct-08 8:43 
GeneralRe: Check if a file was created in PP 2003 Pin
ophirmi30-Oct-08 0:37
ophirmi30-Oct-08 0:37 
GeneralRe: Check if a file was created in PP 2003 Pin
Giorgi Dalakishvili30-Oct-08 1:08
mentorGiorgi Dalakishvili30-Oct-08 1:08 
GeneralRe: Check if a file was created in PP 2003 Pin
ophirmi30-Oct-08 2:46
ophirmi30-Oct-08 2:46 
GeneralRe: Check if a file was created in PP 2003 Pin
Giorgi Dalakishvili30-Oct-08 2:59
mentorGiorgi Dalakishvili30-Oct-08 2:59 
QuestionTab Pin
boiDev29-Oct-08 5:43
boiDev29-Oct-08 5:43 
AnswerRe: Tab Pin
Thomas Stockwell29-Oct-08 6:17
professionalThomas Stockwell29-Oct-08 6:17 
RantDouble Post Pin
Thomas Stockwell29-Oct-08 6:25
professionalThomas Stockwell29-Oct-08 6:25 
AnswerCP: Mark user as ABUSE Pin
leckey29-Oct-08 9:52
leckey29-Oct-08 9:52 

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.