Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
Questionhow do i get a table in gridview according to combobox fields? Pin
Sajeev Unni27-Jul-14 7:29
Sajeev Unni27-Jul-14 7:29 
AnswerRe: how do i get a table in gridview according to combobox fields? Pin
Pete O'Hanlon27-Jul-14 8:09
mvePete O'Hanlon27-Jul-14 8:09 
AnswerRe: how do i get a table in gridview according to combobox fields? Pin
Swinkaran28-Jul-14 19:09
professionalSwinkaran28-Jul-14 19:09 
QuestionMVC unit testing Pin
Marsh8727-Jul-14 3:09
Marsh8727-Jul-14 3:09 
AnswerRe: MVC unit testing Pin
Pete O'Hanlon27-Jul-14 3:41
mvePete O'Hanlon27-Jul-14 3:41 
AnswerRe: MVC unit testing Pin
Marsh8727-Jul-14 8:52
Marsh8727-Jul-14 8:52 
GeneralRe: MVC unit testing Pin
Pete O'Hanlon27-Jul-14 10:02
mvePete O'Hanlon27-Jul-14 10:02 
GeneralRe: MVC unit testing PinPopular
Dave Kreskowiak27-Jul-14 10:03
mveDave Kreskowiak27-Jul-14 10:03 
That's one of the easiest errors to track down. One of the objects you're using is null. It's that simple.

Use the debugger to find out which one. You're getting this error because you're code is assuming that every property and method you're calling is returning an object. One or more of them returned null.

Step through the code line by line in the debugger and hover the mouse over each and every variable to see what it's value is.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: MVC unit testing Pin
User 571134828-Jul-14 0:54
User 571134828-Jul-14 0:54 
QuestionMouse set in the form Pin
PozzaVecia27-Jul-14 1:47
PozzaVecia27-Jul-14 1:47 
AnswerRe: Mouse set in the form Pin
Pete O'Hanlon27-Jul-14 1:53
mvePete O'Hanlon27-Jul-14 1:53 
GeneralRe: Mouse set in the form Pin
PozzaVecia27-Jul-14 2:13
PozzaVecia27-Jul-14 2:13 
AnswerRe: Mouse set in the form Pin
OriginalGriff27-Jul-14 2:34
mveOriginalGriff27-Jul-14 2:34 
AnswerRe: Mouse set in the form Pin
User 873938130-Jul-14 23:44
User 873938130-Jul-14 23:44 
GeneralProblem with Windows forms monthcalendar control Pin
Member 1094245026-Jul-14 19:17
Member 1094245026-Jul-14 19:17 
GeneralRe: Problem with Windows forms monthcalendar control Pin
OriginalGriff26-Jul-14 21:33
mveOriginalGriff26-Jul-14 21:33 
GeneralRe: Problem with Windows forms monthcalendar control Pin
Pete O'Hanlon27-Jul-14 1:44
mvePete O'Hanlon27-Jul-14 1:44 
GeneralRe: Problem with Windows forms monthcalendar control Pin
OriginalGriff27-Jul-14 2:29
mveOriginalGriff27-Jul-14 2:29 
GeneralRe: Problem with Windows forms monthcalendar control Pin
Member 1094245027-Jul-14 7:00
Member 1094245027-Jul-14 7:00 
GeneralRe: Problem with Windows forms monthcalendar control Pin
OriginalGriff27-Jul-14 21:09
mveOriginalGriff27-Jul-14 21:09 
GeneralRe: Problem with Windows forms monthcalendar control Pin
Pete O'Hanlon26-Jul-14 21:34
mvePete O'Hanlon26-Jul-14 21:34 
GeneralRe: Problem with Windows forms monthcalendar control Pin
OriginalGriff26-Jul-14 21:50
mveOriginalGriff26-Jul-14 21:50 
Questioncannot send text encryption via email Pin
KaKoten25-Jul-14 21:20
KaKoten25-Jul-14 21:20 
AnswerRe: cannot send text encryption via email Pin
OriginalGriff25-Jul-14 21:52
mveOriginalGriff25-Jul-14 21:52 
GeneralRe: cannot send text encryption via email Pin
KaKoten27-Jul-14 18:20
KaKoten27-Jul-14 18:20 

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.