Click here to Skip to main content
15,907,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: is this coding correct? Pin
Christian Graus8-May-08 17:26
protectorChristian Graus8-May-08 17:26 
AnswerRe: is this coding correct? Pin
Thomas Toh8-May-08 17:31
Thomas Toh8-May-08 17:31 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 18:03
protectorChristian Graus8-May-08 18:03 
GeneralRe: is this coding correct? Pin
Michael Martin9-May-08 3:09
professionalMichael Martin9-May-08 3:09 
RantRe: is this coding correct? PinPopular
MumbleB8-May-08 20:27
MumbleB8-May-08 20:27 
GeneralRe: is this coding correct? Pin
Jeremy Falcon9-May-08 9:07
professionalJeremy Falcon9-May-08 9:07 
AnswerRe: is this coding correct? Pin
Thomas Toh8-May-08 17:36
Thomas Toh8-May-08 17:36 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 18:02
protectorChristian Graus8-May-08 18:02 
Thomas Toh wrote:
i'm doing asp.net with c#.


Then you should probably use the ASP.NET forum. I told you that last time

Thomas Toh wrote:
i need to use VB input box in c# to validate user input


Well, you really can't. This is why I'm telling you to buy a book, you're missing what ASP.NET *is*. The only thing you can run on the client side, is javascript.

Thomas Toh wrote:
but it doesnt seem to work as it says MessageBox.show does not exit in current context.


Yes, it's trying to tell you what I've told you four times now.

Thomas Toh wrote:
and btw this forum doesn't state its not for beginners.


I am always happy to help beginners. It's people who ignore advice and just ask the same things that frustrate me.

So - for the fifth time. ASP.NET means that you can't use the console, or the message box, or any other winforms or other client side construct to show a message to the end user. Your best bet, is to create a new filename on the server, or to create a new folder to put the same file in. Or, just store it in a DB, where the names can overlap, so long as there's some other way to identify them.

Why are you saving an image in the first place ?

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: is this coding correct? Pin
Roger Alsing8-May-08 18:56
Roger Alsing8-May-08 18:56 
GeneralRe: is this coding correct? Pin
vytheese8-May-08 18:04
professionalvytheese8-May-08 18:04 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 19:16
protectorChristian Graus8-May-08 19:16 
AnswerRe: is this coding correct? Pin
Thomas Toh8-May-08 18:10
Thomas Toh8-May-08 18:10 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 18:38
protectorChristian Graus8-May-08 18:38 
GeneralRe: is this coding correct? Pin
Thomas Toh8-May-08 19:15
Thomas Toh8-May-08 19:15 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 19:20
protectorChristian Graus8-May-08 19:20 
GeneralRe: is this coding correct? Pin
Thomas Toh8-May-08 19:51
Thomas Toh8-May-08 19:51 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 19:52
protectorChristian Graus8-May-08 19:52 
GeneralRe: is this coding correct? Pin
Thomas Toh8-May-08 19:58
Thomas Toh8-May-08 19:58 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 20:02
protectorChristian Graus8-May-08 20:02 
GeneralRe: is this coding correct? Pin
Thomas Toh8-May-08 20:10
Thomas Toh8-May-08 20:10 
GeneralRe: is this coding correct? Pin
Christian Graus8-May-08 20:26
protectorChristian Graus8-May-08 20:26 
AnswerSearch/Parse/Display HTML Metadata Pin
Thomas Toh14-May-08 18:31
Thomas Toh14-May-08 18:31 
QuestionLittle Help Pin
nelsonpaixao8-May-08 15:53
nelsonpaixao8-May-08 15:53 
AnswerRe: Little Help Pin
Christian Graus8-May-08 15:57
protectorChristian Graus8-May-08 15:57 
AnswerRe: Little Help Pin
MarkB7778-May-08 18:05
MarkB7778-May-08 18:05 

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.