Click here to Skip to main content
15,896,482 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create text file and write data to it.


eg:
emp1 A present

i want to write the text in a text file by checking emp1 is present/not in gridview when a button is pressed.


if(yes)
present
else
saved successfully


I am using C# windowsform Application
Can anyone help me to solve this problem.


Thanks.
Posted

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900