is this coding correct?
-
heh i might missed the entry, sorry about that. i know i'm not an expert but please at least if you're not gonna provide something constructive, then shut it. for sure a book may help but if thats the option i wouldn't post here lol.
Thomas Toh wrote:
i know i'm not an expert but please at least if you're not gonna provide something constructive, then shut it
SPeaking like this to the guys that are trying to help you is never ever going to get you anywhere. CHristian has helped me numerous times. I suggest you leave the being "RUDE" issues from your posts and be nice!! :mad: It is people like you who make it difficult for others like us.
Excellence is doing ordinary things extraordinarily well.
-
Thomas Toh wrote:
for sure a book may help but if thats the option i wouldn't post here lol.
Why is it not an option ?
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 )
Christian Graus wrote:
Why is it not an option ?
Answering your reply to his original post, so he must reply to his originaal post instead.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
-
heh i might missed the entry, sorry about that. i know i'm not an expert but please at least if you're not gonna provide something constructive, then shut it. for sure a book may help but if thats the option i wouldn't post here lol.
Thomas Toh wrote:
then shut it
Don't look a gift horse in the mouth, lest ye be retarded.
Thomas Toh wrote:
for sure a book may help but if thats the option i wouldn't post here lol.
I don't know anything about C# (I'm a C/C++ programmer), and I noticed some of the stuff Christian mentioned right off the bat. What does that tell you? It means you're missing basic knowledge in regards to programming. Him recommending you to read a book to help cover the foundations is a favor dude.
Jeremy Falcon Oatmeal Engine[^]
-
string sFilename = System.IO.Path.GetFileName(myFile.FileName); string ans; while (System.IO.File.Exists(Server.MapPath(sSavePath + sFilename))) { Console.Write("Do you want to overwrite? (Yes/No)"); ans = Console.ReadLine(); Console.WriteLine(""); while (ans = Yes) { } logic: check if image already existed when uploading, if yes, ask user for input yes/no, if yes overwrite, if no, change a new filename. im lost.. plz help
hi, sorry to post again lol. is there a basic code sample or guide for html search/parse/display? on this search.aspx.. i have to do a search function whereby it'll search/parse my HTML files and look inside their's metadata for eg and then display a link to the HTML file. my html basically looks like: ImageFilename.html