Click here to Skip to main content
16,004,782 members

Comments by Member 8648589 (Top 12 by date)

Member 8648589 14-Mar-12 8:24am View    
but can we use the textbox value to be the filename.... for ex....if i type in the textbox "hello"....i want the file to be created as hello.txt..is there any possible way i can do that....
Member 8648589 14-Mar-12 8:23am View    
but can we use the textbox value to be the filename....

for ex....if i type in the textbox "hello"....i want the file to be created as hello.txt..is there any possible way i can do that....
Member 8648589 14-Mar-12 8:15am View    
error is cuming in the code
System.Io.file.writealltext(filePath,Filecontent);

there is no writealltext method in System.io.file
Member 8648589 14-Mar-12 8:11am View    
but i want the file to be created with that textbox value name...:(
Member 8648589 14-Mar-12 8:03am View    
where the file will be created,since we are not specifying the file path..