Click here to Skip to main content
15,910,358 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear sir ,
My Problem is hard, please solve them
I load a Csv file into a dataset and show them in datagridview

I want to replace a wild cards from all columns Like - replace(",","/");

But, datagridview does not select them and gridviww has no Replace method.
Please help me
I currently have work on c#.net
Posted
Updated 28-Oct-10 19:36pm
v3
Comments
dan!sh 29-Oct-10 1:41am    
Please edit your post and show what you have tried so far. Post some code so it is easy to reply.

1 solution

Dear dude !
you are right , But I am already raised the loop with replace command before csv file load into the datagridveiw . but the problem is that

please see carefully

" when I m replace the wildcards from the csv file through stream reader/writer ,before load into the dataset .the coma of csv file that seprated the value coverted or replace into slash . so after that dataset commands can not understand that how load data because the values are converted into the slash.
dear sir , you can understand that I am only want to replace the wildcards from the rows and columns . This is defected data that I want to change" .
please provide a solution to me ,because this is a big chalange/ problem for me

 
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