Search Result
Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
-
Validation of userinput
What is the best way to validate a users input? I need to validate a "Name" entered in a textbox, as well as an enetered "Score". Could someone please help me with this. -
Creation of file at run-time with user wish file name??
my question is..
when user entering a date and i need my program to create a file in that date or name ??
how i can implement this ???
example...
FileStream fs = new FileStream("fil ename.txt",File Mode.OpenOrCrea te);
in this..
in " filename " i need to pass one string as " user input " for file name..
wat should i do???...