Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: ArgumentOutOfRangeException delegate [modified] Pin
Martin#19-Dec-06 23:38
Martin#19-Dec-06 23:38 
QuestionDataset/DataTable with DataGrid (local database only!) Pin
Blubbo19-Dec-06 3:38
Blubbo19-Dec-06 3:38 
AnswerRe: Dataset/DataTable with DataGrid (local database only!) Pin
Private_Void19-Dec-06 7:43
Private_Void19-Dec-06 7:43 
GeneralRe: Dataset/DataTable with DataGrid (local database only!) Pin
Blubbo19-Dec-06 7:49
Blubbo19-Dec-06 7:49 
GeneralRe: Dataset/DataTable with DataGrid (local database only!) Pin
Private_Void19-Dec-06 8:39
Private_Void19-Dec-06 8:39 
GeneralRe: Dataset/DataTable with DataGrid (local database only!) Pin
Blubbo19-Dec-06 8:53
Blubbo19-Dec-06 8:53 
GeneralRe: Dataset/DataTable with DataGrid (local database only!) Pin
Private_Void19-Dec-06 9:47
Private_Void19-Dec-06 9:47 
QuestionDataGridView and new rows Pin
Wjousts19-Dec-06 3:25
Wjousts19-Dec-06 3:25 
I have a collection (IList) of custom objects bound to a DataGridView. When you click on the * line to create a new row the DataGridView automatically creates a new object for you to edit. When it does this it calls the default constructor. What I would like to do is intercept this process so that I can either call a different constructor or else do some extra initialization before the DataGridView tries to bind to it. Is there a way to do this? The RowsAdded and UserAddedRow event both fire too late. Which method is the DataGridView calling to create a new row? I don't think it's actually getting added to the collection until the user edits the row.

Thanks
AnswerRe: DataGridView and new rows Pin
Lisa Jorgensen23-Dec-06 16:18
Lisa Jorgensen23-Dec-06 16:18 
QuestionInconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 3:16
Jason Pease19-Dec-06 3:16 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 3:23
althamda19-Dec-06 3:23 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 3:32
Jason Pease19-Dec-06 3:32 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 3:45
althamda19-Dec-06 3:45 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 4:12
Guffa19-Dec-06 4:12 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 5:03
Jason Pease19-Dec-06 5:03 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 5:13
Guffa19-Dec-06 5:13 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 5:31
Jason Pease19-Dec-06 5:31 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 5:39
althamda19-Dec-06 5:39 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 5:42
Guffa19-Dec-06 5:42 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
Pete O'Hanlon19-Dec-06 10:47
mvePete O'Hanlon19-Dec-06 10:47 
QuestionSmart Card Library (scardssplib) Help Pin
s.jahangiri19-Dec-06 2:46
s.jahangiri19-Dec-06 2:46 
Questionalthamda Pin
nima136319-Dec-06 2:44
nima136319-Dec-06 2:44 
AnswerRe: althamda Pin
althamda19-Dec-06 2:57
althamda19-Dec-06 2:57 
QuestionForms Pin
quiteSmart19-Dec-06 2:36
quiteSmart19-Dec-06 2:36 
AnswerRe: Forms Pin
netJP12L19-Dec-06 2:57
netJP12L19-Dec-06 2:57 

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.