vb.net - Loading data from a text file into a DataGridView and saving -


1) how can specific string text file call datagrid

i format identical this:

ronald fernando banker's village philippines 8460999 jeniffer corpuz bulacan,pandacan philippines 8460564 

i want strings:

phillippines , 8460999 bulacan,pandacan 8460564 

to added specific point on datagridview

2) put of these values onto different rows?

3) possible append these text file?

so text files had this

john cruz  manila, philippines 18 june 28, 1990 

and add additional data string

mary rose hanford manila, philippines 25 march 27, 1999 

you use string.format method.

see msdn here: http://msdn.microsoft.com/en-us/library/fht0f5be(v=vs.80).aspx


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -