Click here to Skip to main content
15,796,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: Issues with using C# library in Excel 2007 VBA Pin
Wheels0126-Jan-14 9:46
Wheels0126-Jan-14 9:46 
GeneralRe: Issues with using C# library in Excel 2007 VBA Pin
Chris Quinn6-Jan-14 22:35
Chris Quinn6-Jan-14 22:35 
AnswerRe: Issues with using C# library in Excel 2007 VBA Pin
TnTinMn6-Jan-14 13:03
TnTinMn6-Jan-14 13:03 
Questionwpf prompbox Pin
Member 93270026-Jan-14 4:40
Member 93270026-Jan-14 4:40 
AnswerRe: wpf prompbox Pin
Pete O'Hanlon6-Jan-14 4:59
subeditorPete O'Hanlon6-Jan-14 4:59 
QuestionPopulate a DVG from a csv file Pin
JOHNNYDEMICHAEL5-Jan-14 8:45
JOHNNYDEMICHAEL5-Jan-14 8:45 
AnswerRe: Populate a DVG from a csv file Pin
Dave Kreskowiak5-Jan-14 9:27
mveDave Kreskowiak5-Jan-14 9:27 
GeneralRe: Populate a DVG from a csv file Pin
JOHNNYDEMICHAEL5-Jan-14 13:13
JOHNNYDEMICHAEL5-Jan-14 13:13 
Thanks Dave.

Do you have a source I can go to get the minimum code to populate the DGV?

I believe what I have found is overkill . . since I only need to populate the DGV . . no queries needed. I'm having trouble adding correct references. I added System.Web & following using statement:

using System.Web.Configuration;

I didn't think . . .
using System.Data.Odbc;
would be necessary to only populate the DGV file?

I have copied csv records into . .

string[] lines = system.IO.File.ReadAllLines("C:\\TaxLtrExport\\ClientInfoMaster.csv");

Trying to get references & code to populate the DGV.

Thanks for any suggestions.
John
GeneralRe: Populate a DVG from a csv file Pin
Dave Kreskowiak5-Jan-14 13:24
mveDave Kreskowiak5-Jan-14 13:24 
GeneralRe: Populate a DVG from a csv file Pin
JOHNNYDEMICHAEL8-Jan-14 1:58
JOHNNYDEMICHAEL8-Jan-14 1:58 
GeneralRe: Populate a DVG from a csv file Pin
Dave Kreskowiak8-Jan-14 3:53
mveDave Kreskowiak8-Jan-14 3:53 
GeneralRe: Populate a DVG from a csv file Pin
JOHNNYDEMICHAEL9-Jan-14 3:28
JOHNNYDEMICHAEL9-Jan-14 3:28 
GeneralRe: Populate a DVG from a csv file Pin
Dave Kreskowiak9-Jan-14 5:25
mveDave Kreskowiak9-Jan-14 5:25 
AnswerRe: Populate a DVG from a csv file Pin
OriginalGriff6-Jan-14 0:03
mvaOriginalGriff6-Jan-14 0:03 
AnswerRe: Populate a DVG from a csv file Pin
Eddy Vluggen6-Jan-14 9:13
professionalEddy Vluggen6-Jan-14 9:13 
QuestionReading values from window-form to XNA Pin
larsp7775-Jan-14 1:42
larsp7775-Jan-14 1:42 
AnswerRe: Reading values from window-form to XNA Pin
Ron Beyer5-Jan-14 18:52
professionalRon Beyer5-Jan-14 18:52 
GeneralRe: Reading values from window-form to XNA Pin
larsp7775-Jan-14 23:09
larsp7775-Jan-14 23:09 
GeneralRe: Reading values from window-form to XNA Pin
Ron Beyer6-Jan-14 8:44
professionalRon Beyer6-Jan-14 8:44 
GeneralRe: Reading values from window-form to XNA Pin
larsp7776-Jan-14 9:24
larsp7776-Jan-14 9:24 
GeneralRe: Reading values from window-form to XNA Pin
larsp7773-Feb-14 23:00
larsp7773-Feb-14 23:00 
Questionhow i can auto searching devices and sending file with bluetooth using 32feet ,C#,WPf Pin
h.k_net4-Jan-14 22:32
h.k_net4-Jan-14 22:32 
AnswerRe: how i can auto searching devices and sending file with bluetooth using 32feet ,C#,WPf Pin
Kornfeld Eliyahu Peter4-Jan-14 23:29
professionalKornfeld Eliyahu Peter4-Jan-14 23:29 
QuestionCreating C# TCP listener windows Service Pin
Tobben_4-Jan-14 12:47
Tobben_4-Jan-14 12:47 
AnswerRe: Creating C# TCP listener windows Service PinPopular
Ron Beyer4-Jan-14 13:00
professionalRon Beyer4-Jan-14 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.