Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~315 People Reached
Favorite Forums
Member Avatar for sowmyask

how to retrive the data from database table to listview box in my windows application

0
53
Member Avatar for sowmyask

I have a file names abc.txt on desktop. I wanna copy it to d:\workfile folder. If I use the code-- File.Copy(strsourceFilePath,strtargetFolderPath,true); I am getting a exception that Access is Denied. If I use Move method ,File.Move(strsourceFilePath,strtargetFolderPath); am getting the exception Cannot create a file , already exists. Can anybody help …

Member Avatar for sowmyask
0
118
Member Avatar for sowmyask

I have a c# file from which the data/ value is passed to the xml file . then the xml file is again called along with the updated data. How do I do this?

Member Avatar for ruinedpheonix
0
91
Member Avatar for sowmyask

I have a file named abc.txt. I want to insert the text line at line number 10 such that the content of line number 10 must be in line 11 and so on. How do I, do this opeartion ?

Member Avatar for Ramy Mahrous
0
53