Click here to Skip to main content
15,908,843 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I put user control in toolbox Pin
Dave Kreskowiak12-Jun-07 13:00
mveDave Kreskowiak12-Jun-07 13:00 
GeneralRe: How do I put user control in toolbox Pin
VFaul13-Jun-07 3:29
VFaul13-Jun-07 3:29 
GeneralRe: How do I put user control in toolbox Pin
Dave Kreskowiak13-Jun-07 7:06
mveDave Kreskowiak13-Jun-07 7:06 
QuestionDatabinding, XML, DataGridView problem Pin
penguin500012-Jun-07 3:46
penguin500012-Jun-07 3:46 
AnswerRe: Databinding, XML, DataGridView problem Pin
ctlqt1212-Jun-07 6:03
ctlqt1212-Jun-07 6:03 
AnswerRe: Databinding, XML, DataGridView problem Pin
Dave Kreskowiak12-Jun-07 12:56
mveDave Kreskowiak12-Jun-07 12:56 
GeneralRe: Databinding, XML, DataGridView problem Pin
penguin500012-Jun-07 22:13
penguin500012-Jun-07 22:13 
GeneralRe: Databinding, XML, DataGridView problem Pin
Dave Kreskowiak13-Jun-07 2:31
mveDave Kreskowiak13-Jun-07 2:31 
penguin5000 wrote:
I had already tried adding the column to my table, but it just didn't seem to work, which is why I assumed there was some sort of binding problem going on.


If you want to see this change, then you either have to manually add the new column to the DGV, or just rebind the DGV to your datasource so it can regenerate the columns it needs to display the data.


penguin5000 wrote:
Am I right in thinking that if I read the XML file in, I've automatically got my dataset and tables to work with, and if I update my table in any way I choose (i.e. adding/deleting rows/columns), it is the same table in the exact same dataset that I write back to XML?


Yes. This will overwrite the existing XML file with the new data and schema.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralAttach to correct object. Pin
V.12-Jun-07 3:20
professionalV.12-Jun-07 3:20 
GeneralRe: Attach to correct object. Pin
Dave Kreskowiak12-Jun-07 12:52
mveDave Kreskowiak12-Jun-07 12:52 
GeneralRe: Attach to correct object. Pin
V.12-Jun-07 20:18
professionalV.12-Jun-07 20:18 
GeneralRe: Attach to correct object. Pin
Dave Kreskowiak13-Jun-07 2:48
mveDave Kreskowiak13-Jun-07 2:48 
GeneralRe: Attach to correct object. Pin
V.13-Jun-07 3:21
professionalV.13-Jun-07 3:21 
QuestionFunction doesn't make sense [SOLVED][modified] Pin
Richard Jones12-Jun-07 3:05
Richard Jones12-Jun-07 3:05 
AnswerRe: Function doesn't make sense Pin
Thomas Stockwell12-Jun-07 3:24
professionalThomas Stockwell12-Jun-07 3:24 
GeneralRe: Function doesn't make sense Pin
Richard Jones12-Jun-07 3:47
Richard Jones12-Jun-07 3:47 
GeneralRe: Function doesn't make sense Pin
Dave Kreskowiak12-Jun-07 12:50
mveDave Kreskowiak12-Jun-07 12:50 
GeneralRe: Function doesn't make sense Pin
Richard Jones13-Jun-07 1:38
Richard Jones13-Jun-07 1:38 
GeneralRe: Function doesn't make sense Pin
Dave Kreskowiak13-Jun-07 3:09
mveDave Kreskowiak13-Jun-07 3:09 
GeneralRe: Function doesn't make sense Pin
Richard Jones13-Jun-07 3:35
Richard Jones13-Jun-07 3:35 
GeneralRe: Function doesn't make sense Pin
Dave Kreskowiak13-Jun-07 7:02
mveDave Kreskowiak13-Jun-07 7:02 
GeneralRe: Function doesn't make sense Pin
Richard Jones13-Jun-07 7:36
Richard Jones13-Jun-07 7:36 
GeneralRe: Function doesn't make sense Pin
Steven J Jowett12-Jun-07 3:56
Steven J Jowett12-Jun-07 3:56 
QuestionCan't DeSerialize, but can Serialize with unknown object type :( Pin
twista12-Jun-07 3:00
twista12-Jun-07 3:00 
Questionwindows schedular is not working Pin
srinivassam12-Jun-07 2:19
srinivassam12-Jun-07 2:19 

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.