Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with XML to datagridview Pin
Gerry Schmitz19-Apr-17 10:11
mveGerry Schmitz19-Apr-17 10:11 
row[i] indicates a "column" (indexed via i).

One needs to populate all columns in a (datatable) row that you're writing; you're only populating one column at a time.

You need to populate each column as you retrieve the (xml) values for that column and row.

You're also attempting to do this in the crudest way possible (no xml deserialization; no datarow column naming).
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal

QuestionNot binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 4:10
Member 1305063918-Apr-17 4:10 
QuestionRe: Not binding data's in Rdlc Report Pin
CHill6018-Apr-17 4:15
mveCHill6018-Apr-17 4:15 
AnswerRe: Not binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 4:35
Member 1305063918-Apr-17 4:35 
GeneralRe: Not binding data's in Rdlc Report Pin
CHill6018-Apr-17 10:20
mveCHill6018-Apr-17 10:20 
GeneralRe: Not binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 23:46
Member 1305063918-Apr-17 23:46 
GeneralRe: Not binding data's in Rdlc Report Pin
CHill6018-Apr-17 23:48
mveCHill6018-Apr-17 23:48 
AnswerRe: Not binding data's in Rdlc Report Pin
User 418025418-Apr-17 4:19
User 418025418-Apr-17 4:19 
GeneralRe: Not binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 23:52
Member 1305063918-Apr-17 23:52 
Questionwant get the added/updated files in msp(patch) files than msi. Pin
Shashank.Kale15-Apr-17 8:20
Shashank.Kale15-Apr-17 8:20 
AnswerRe: want get the added/updated files in msp(patch) files than msi. Pin
Afzaal Ahmad Zeeshan15-Apr-17 12:10
professionalAfzaal Ahmad Zeeshan15-Apr-17 12:10 
GeneralRe: want get the added/updated files in msp(patch) files than msi. Pin
Shashank.Kale18-Apr-17 23:14
Shashank.Kale18-Apr-17 23:14 
Questioncell phone softwares Pin
Member 1294301113-Apr-17 13:32
Member 1294301113-Apr-17 13:32 
AnswerRe: cell phone softwares Pin
Dave Kreskowiak13-Apr-17 15:44
mveDave Kreskowiak13-Apr-17 15:44 
GeneralRe: cell phone softwares Pin
MadMyche14-Apr-17 1:23
professionalMadMyche14-Apr-17 1:23 
QuestionC# MATLAB integration Pin
Member 1124532613-Apr-17 11:23
Member 1124532613-Apr-17 11:23 
AnswerRe: C# MATLAB integration Pin
Gerry Schmitz14-Apr-17 9:48
mveGerry Schmitz14-Apr-17 9:48 
Questionsession got null value after same time randomly Pin
waghniteen13-Apr-17 3:02
professionalwaghniteen13-Apr-17 3:02 
AnswerRe: session got null value after same time randomly Pin
User 418025413-Apr-17 4:03
User 418025413-Apr-17 4:03 
AnswerRe: session got null value after same time randomly Pin
ZurdoDev13-Apr-17 4:34
professionalZurdoDev13-Apr-17 4:34 
GeneralRe: session got null value after same time randomly Pin
waghniteen13-Apr-17 5:03
professionalwaghniteen13-Apr-17 5:03 
GeneralRe: session got null value after same time randomly Pin
ZurdoDev13-Apr-17 5:12
professionalZurdoDev13-Apr-17 5:12 
GeneralRe: session got null value after same time randomly Pin
waghniteen13-Apr-17 5:16
professionalwaghniteen13-Apr-17 5:16 
GeneralRe: session got null value after same time randomly PinPopular
ZurdoDev13-Apr-17 5:20
professionalZurdoDev13-Apr-17 5:20 
GeneralRe: session got null value after same time randomly Pin
OriginalGriff13-Apr-17 6:43
mveOriginalGriff13-Apr-17 6:43 

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.