Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: executing code in a textbox on runtime Pin
molesworth28-May-09 2:39
molesworth28-May-09 2:39 
GeneralRe: executing code in a textbox on runtime Pin
WinSolution28-May-09 3:39
WinSolution28-May-09 3:39 
GeneralRe: executing code in a textbox on runtime Pin
Searril28-May-09 5:21
Searril28-May-09 5:21 
AnswerRe: executing code in a textbox on runtime Pin
Giorgi Dalakishvili28-May-09 2:41
mentorGiorgi Dalakishvili28-May-09 2:41 
QuestionRe: executing code in a textbox on runtime Pin
harold aptroot28-May-09 3:26
harold aptroot28-May-09 3:26 
AnswerRe: executing code in a textbox on runtime Pin
WinSolution28-May-09 3:46
WinSolution28-May-09 3:46 
GeneralRe: executing code in a textbox on runtime Pin
harold aptroot28-May-09 3:54
harold aptroot28-May-09 3:54 
GeneralRe: executing code in a textbox on runtime Pin
molesworth28-May-09 4:49
molesworth28-May-09 4:49 
WinSolution wrote:
Then i click on a button and i generates a C# code as under and set as text on 2nd TextBox

updateCentralTracker("MDWH2813","10-May-08");
updateCentralTracker("MDWH2814","10-May-08");
updateCentralTracker("MDWH2739","10-May-08");

currently i copy the generated code from 2nd TextBox. copy it to my solution and rebuild & execute and then i click on the second button that executes the code and data is updated to the Central Tracker.

but i want when i generate the code on first run then i click on the second button and it should run that code at run time


Is it not possible to use the information from the text box directly? Something like "updateCentralTracker(string1, string2);"?

Is there some reason you have to create explicit string constants for the parameters?

There are three kinds of people in the world - those who can count and those who can't...

GeneralRe: executing code in a textbox on runtime Pin
WinSolution29-May-09 3:48
WinSolution29-May-09 3:48 
QuestionC++ dll in C# Pin
vijaywithu28-May-09 1:27
vijaywithu28-May-09 1:27 
QuestionHow to run powerpoint presentation (ppsm) file using C# in Web Based Application Pin
Anil Dwivedi28-May-09 0:21
Anil Dwivedi28-May-09 0:21 
AnswerRe: How to run powerpoint presentation (ppsm) file using C# in Web Based Application Pin
Tom Deketelaere28-May-09 0:31
professionalTom Deketelaere28-May-09 0:31 
GeneralRe: How to run powerpoint presentation (ppsm) file using C# in Web Based Application Pin
Anil Dwivedi28-May-09 2:06
Anil Dwivedi28-May-09 2:06 
QuestionWebBrowser Selected [modified] Pin
jammmie99928-May-09 0:18
professionaljammmie99928-May-09 0:18 
AnswerRe: WebBrowser Selected Pin
molesworth28-May-09 1:06
molesworth28-May-09 1:06 
GeneralRe: WebBrowser Selected Pin
jammmie99928-May-09 2:39
professionaljammmie99928-May-09 2:39 
GeneralRe: WebBrowser Selected Pin
molesworth28-May-09 2:50
molesworth28-May-09 2:50 
GeneralAbout Software .exe Pin
Isaac Gordon28-May-09 0:17
Isaac Gordon28-May-09 0:17 
GeneralRe: About Software .exe Pin
OriginalGriff28-May-09 0:27
mveOriginalGriff28-May-09 0:27 
GeneralRe: About Software .exe Pin
Tom Deketelaere28-May-09 0:29
professionalTom Deketelaere28-May-09 0:29 
GeneralRe: About Software .exe Pin
Rajesh R Subramanian28-May-09 0:54
professionalRajesh R Subramanian28-May-09 0:54 
GeneralRe: About Software .exe Pin
Tom Deketelaere28-May-09 1:27
professionalTom Deketelaere28-May-09 1:27 
GeneralRe: About Software .exe Pin
EliottA28-May-09 3:18
EliottA28-May-09 3:18 
GeneralRe: About Software .exe Pin
Searril28-May-09 5:24
Searril28-May-09 5:24 
QuestionPassing multiple Machines to ServiceController Pin
Kunal Pandya28-May-09 0:10
Kunal Pandya28-May-09 0: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.