Click here to Skip to main content
15,907,492 members
Home / Discussions / C#
   

C#

 
AnswerRe: about C# books Pin
Pete O'Hanlon25-Sep-09 11:22
mvePete O'Hanlon25-Sep-09 11:22 
GeneralRe: about C# books Pin
CoderForEver25-Sep-09 23:50
CoderForEver25-Sep-09 23:50 
GeneralRe: about C# books Pin
Richard MacCutchan26-Sep-09 0:00
mveRichard MacCutchan26-Sep-09 0:00 
GeneralRe: about C# books Pin
CoderForEver26-Sep-09 0:20
CoderForEver26-Sep-09 0:20 
GeneralRe: about C# books Pin
Richard MacCutchan26-Sep-09 0:34
mveRichard MacCutchan26-Sep-09 0:34 
GeneralRe: about C# books Pin
CoderForEver26-Sep-09 0:46
CoderForEver26-Sep-09 0:46 
QuestionC# Syntax/Programming Theory Question Pin
Xpnctoc25-Sep-09 8:40
Xpnctoc25-Sep-09 8:40 
AnswerRe: C# Syntax/Programming Theory Question Pin
PIEBALDconsult25-Sep-09 8:51
mvePIEBALDconsult25-Sep-09 8:51 
GeneralRe: C# Syntax/Programming Theory Question Pin
Xpnctoc25-Sep-09 9:11
Xpnctoc25-Sep-09 9:11 
AnswerRe: C# Syntax/Programming Theory Question Pin
Henry Minute25-Sep-09 9:47
Henry Minute25-Sep-09 9:47 
AnswerRe: C# Syntax/Programming Theory Question Pin
Pete O'Hanlon25-Sep-09 11:14
mvePete O'Hanlon25-Sep-09 11:14 
GeneralRe: C# Syntax/Programming Theory Question Pin
Xpnctoc25-Sep-09 11:17
Xpnctoc25-Sep-09 11:17 
GeneralRe: C# Syntax/Programming Theory Question Pin
PIEBALDconsult25-Sep-09 12:23
mvePIEBALDconsult25-Sep-09 12:23 
AnswerRe: C# Syntax/Programming Theory Question Pin
Alan Balkany28-Sep-09 5:15
Alan Balkany28-Sep-09 5:15 
QuestionI have a "High CPU usage" problem! Help me please! Pin
Rojan Gh.25-Sep-09 7:30
professionalRojan Gh.25-Sep-09 7:30 
AnswerRe: I have a "High CPU usage" problem! Help me please! Pin
Rutvik Dave25-Sep-09 11:54
professionalRutvik Dave25-Sep-09 11:54 
QuestionCalendar DayView help Pin
An Enigma25-Sep-09 7:27
An Enigma25-Sep-09 7:27 
AnswerRe: Calendar DayView help Pin
Christian Graus25-Sep-09 10:57
protectorChristian Graus25-Sep-09 10:57 
GeneralRe: Calendar DayView help Pin
An Enigma25-Sep-09 23:01
An Enigma25-Sep-09 23:01 
QuestionNeed A Good C# WinForms Example Pin
Kevin Marois25-Sep-09 6:59
professionalKevin Marois25-Sep-09 6:59 
AnswerRe: Need A Good C# WinForms Example Pin
SilimSayo25-Sep-09 7:17
SilimSayo25-Sep-09 7:17 
AnswerRe: Need A Good C# WinForms Example Pin
PIEBALDconsult25-Sep-09 8:27
mvePIEBALDconsult25-Sep-09 8:27 
QuestiondataGridView and columns.add Pin
Saamir25-Sep-09 6:45
Saamir25-Sep-09 6:45 
Hi guys,
I am in a bit of dilemma and need some help please!!!

Here is my scenario
I have a couple datagridviews which populate data from a dataset
I have cell_click event which is used to move data from one grid to another. If there is no empty cell in my grid2 then I add a column in the cell click event and populate data into the new column cell.

I also have a drag drop event which I use to move data across grid2, after I do the cell click for some reason it doesn't let me do drag drop, it says object reference not set to an instance of an object in the new cell where the data is being dropped. My assumption is that after I add the column, for some reason there is a null reference on all cells except the added data cell. How do I add the column, update the dataset and the datagridview without reloading the data in the grid.

Hope I make sense. Please helppppp

Sameer

AnswerRe: dataGridView and columns.add Pin
Henry Minute25-Sep-09 9:36
Henry Minute25-Sep-09 9:36 
QuestionUnsafe code compile in clr Pin
Abdul Rahman Hamidy25-Sep-09 6:18
Abdul Rahman Hamidy25-Sep-09 6:18 

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.