Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem inserting row in Access db with TableAdapter in C# Pin
Edward Hoad6-Oct-08 12:20
Edward Hoad6-Oct-08 12:20 
GeneralRe: Problem inserting row in Access db with TableAdapter in C# Pin
Pedram Behroozi6-Oct-08 12:45
Pedram Behroozi6-Oct-08 12:45 
QuestionGetting installed application version numbers in C# Pin
Matt Fishbeck6-Oct-08 6:07
Matt Fishbeck6-Oct-08 6:07 
QuestionProblems updating datagridview to datasource Pin
Richard Blythe6-Oct-08 5:40
Richard Blythe6-Oct-08 5:40 
QuestionRe: Problems updating datagridview to datasource Pin
nelsonpaixao6-Oct-08 13:16
nelsonpaixao6-Oct-08 13:16 
AnswerRe: Problems updating datagridview to datasource Pin
Richard Blythe6-Oct-08 16:16
Richard Blythe6-Oct-08 16:16 
GeneralRe: Problems updating datagridview to datasource Pin
nelsonpaixao7-Oct-08 12:22
nelsonpaixao7-Oct-08 12:22 
GeneralRe: Problems updating datagridview to datasource Pin
Richard Blythe7-Oct-08 16:13
Richard Blythe7-Oct-08 16:13 
Hey,
In answering your last question, the 4 dgvs are not displayed at the same time. They are loaded as the user navigates through the dataset. For example, if the user is viewing an "Orders" table and wants to navigate to the "Customers" table, they would click on the dgvlink that says: "Customer Info". That action would cause the "Orders" control to close and the "Customers" control to load.
The reason for different dgvs stored in user controls is because they are all formmatted differently.
For example, when I load the "Customers" control, all column header names, column widths, column order, visibility etc. will be set. Storing this logic for multiple dgvs into one is simple too cluttered.

My only question is how do I make the dgv's underlying datasource recognize data that's entered in a new row when the dgv is disposed. As I have stated earlier, exiting the form automatically saves it but removing the control within the form doesn't. If I only knew what events are occurring when the form closes... Sigh | :sigh:

Later,
Richard Blythe

I've used up all my sick days, so today I'm calling in dead.

GeneralRe: Problems updating datagridview to datasource Pin
nelsonpaixao8-Oct-08 13:31
nelsonpaixao8-Oct-08 13:31 
QuestionHow to seal a namespace Pin
Member 30621766-Oct-08 5:11
Member 30621766-Oct-08 5:11 
AnswerRe: How to seal a namespace Pin
Mark Churchill6-Oct-08 5:26
Mark Churchill6-Oct-08 5:26 
GeneralRe: How to seal a namespace Pin
Member 30621766-Oct-08 5:41
Member 30621766-Oct-08 5:41 
GeneralRe: How to seal a namespace Pin
Scott Dorman6-Oct-08 6:01
professionalScott Dorman6-Oct-08 6:01 
AnswerRe: How to seal a namespace Pin
S. Senthil Kumar6-Oct-08 6:00
S. Senthil Kumar6-Oct-08 6:00 
AnswerRe: How to seal a namespace Pin
Scott Dorman6-Oct-08 6:06
professionalScott Dorman6-Oct-08 6:06 
QuestionUnit Testing in VSTS 2008 [modified] Pin
new2pgrmg6-Oct-08 4:32
new2pgrmg6-Oct-08 4:32 
Questionhow to run external applications in c# Pin
abiniyam6-Oct-08 3:57
abiniyam6-Oct-08 3:57 
AnswerRe: how to run external applications in c# Pin
Pete O'Hanlon6-Oct-08 4:05
mvePete O'Hanlon6-Oct-08 4:05 
AnswerRe: how to run external applications in c# Pin
Wes Aday6-Oct-08 4:10
professionalWes Aday6-Oct-08 4:10 
Questionhow to run exterrnal applications in c# Pin
abiniyam6-Oct-08 3:57
abiniyam6-Oct-08 3:57 
AnswerRe: how to run exterrnal applications in c# Pin
leppie6-Oct-08 4:07
leppie6-Oct-08 4:07 
GeneralRe: how to run exterrnal applications in c# Pin
Pete O'Hanlon6-Oct-08 4:50
mvePete O'Hanlon6-Oct-08 4:50 
QuestionReplicating Perl's unpack functionality in C# Pin
JohnGGG6-Oct-08 3:19
JohnGGG6-Oct-08 3:19 
AnswerRe: Replicating Perl's unpack functionality in C# Pin
leppie6-Oct-08 20:50
leppie6-Oct-08 20:50 
Questionhow to run flash Pin
abiniyam6-Oct-08 3:19
abiniyam6-Oct-08 3: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.