المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Import from CSV file to GridView



C# Programming
04-01-2009, 11:52 AM
Hello.
Problem: Need import from CSV file information in the GridView.
File Format:
"MachineName", "Hostname", "IP Address" (to a new line)
"Machine", "MachineHost", "127.0.0.1" (to a new line)
"Machine2", "MachineHost2", "127.0.0.1"
And respectively insert into GridView, with fields : MachineName, Hostname, IP Address.
Thanks.