Click here to Skip to main content
15,893,814 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 7:05
professionalSander Rossel26-Jan-11 7:05 
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 7:27
sitebuilderLuc Pattyn26-Jan-11 7:27 
GeneralRe: To bind or not to bind? Pin
DaveyM6926-Jan-11 8:29
professionalDaveyM6926-Jan-11 8:29 
GeneralRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 8:56
Dan Mos26-Jan-11 8:56 
JokeRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 9:43
professionalSander Rossel26-Jan-11 9:43 
GeneralRe: To bind or not to bind? Pin
Pete O'Hanlon26-Jan-11 10:01
mvePete O'Hanlon26-Jan-11 10:01 
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 10:09
sitebuilderLuc Pattyn26-Jan-11 10:09 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:24
professionalSander Rossel26-Jan-11 10:24 
So you'd pass the datagridview and two list(of string) (column names and field names are not always equally named) to a function called FillGrid or something?
Sounds like it would work, but then you'd have to iterate through gridcolumns and datatable columns D'Oh! | :doh:
And if you have some exception like gridRow.blabla.value = reader.Item(0) & reader.Item(1) it wouldn't work, or if you want to colour every row where (some condition) or... And we do that sometimes Smile | :)

Actually those were the advantages of filling each row seperately.
But I guess that's not possible with databinding either... Frown | :(
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 10:43
sitebuilderLuc Pattyn26-Jan-11 10:43 
JokeRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 8:54
Dan Mos26-Jan-11 8:54 
JokeRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:24
professionalSander Rossel26-Jan-11 10:24 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 9:26
professionalEddy Vluggen26-Jan-11 9:26 
AnswerRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 7:09
professionalEddy Vluggen26-Jan-11 7:09 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 9:04
professionalSander Rossel26-Jan-11 9:04 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 9:12
professionalEddy Vluggen26-Jan-11 9:12 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:42
professionalSander Rossel26-Jan-11 10:42 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen27-Jan-11 7:10
professionalEddy Vluggen27-Jan-11 7:10 
GeneralRe: To bind or not to bind? Pin
Sander Rossel27-Jan-11 10:40
professionalSander Rossel27-Jan-11 10:40 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen27-Jan-11 11:29
professionalEddy Vluggen27-Jan-11 11:29 
GeneralRe: To bind or not to bind? Pin
Sander Rossel27-Jan-11 11:49
professionalSander Rossel27-Jan-11 11:49 
AnswerRe: To bind or not to bind? Pin
RobCroll26-Jan-11 12:41
RobCroll26-Jan-11 12:41 
AnswerRe: To bind or not to bind? Pin
Abhinav S28-Jan-11 19:27
Abhinav S28-Jan-11 19:27 
QuestionThe Dreaded Stackoverflow Exception Pin
L Viljoen25-Jan-11 22:02
professionalL Viljoen25-Jan-11 22:02 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Pete O'Hanlon26-Jan-11 1:06
mvePete O'Hanlon26-Jan-11 1:06 
GeneralRe: The Dreaded Stackoverflow Exception Pin
L Viljoen26-Jan-11 1:12
professionalL Viljoen26-Jan-11 1:12 

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.