Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display a large number of data in Datagrid View Pin
PIEBALDconsult18-Mar-15 6:24
mvePIEBALDconsult18-Mar-15 6:24 
GeneralRe: Display a large number of data in Datagrid View Pin
PIEBALDconsult18-Mar-15 6:22
mvePIEBALDconsult18-Mar-15 6:22 
GeneralRe: Display a large number of data in Datagrid View Pin
GuyThiebaut18-Mar-15 10:54
professionalGuyThiebaut18-Mar-15 10:54 
Questionselect query problem Pin
Ammyt2018-Mar-15 1:14
Ammyt2018-Mar-15 1:14 
QuestionRe: select query problem Pin
Eddy Vluggen18-Mar-15 1:16
professionalEddy Vluggen18-Mar-15 1:16 
AnswerRe: select query problem Pin
Ammyt2018-Mar-15 1:24
Ammyt2018-Mar-15 1:24 
AnswerRe: select query problem Pin
Ammyt2018-Mar-15 1:27
Ammyt2018-Mar-15 1:27 
AnswerRe: select query problem Pin
OriginalGriff18-Mar-15 3:15
mveOriginalGriff18-Mar-15 3:15 
Check your DB:
You need a table called "DEH" and a column within that table called "deh_id" - unless both are present, you won't get anything.

And make sure you are on the right computer / SQL Server instance: if you have a production and a development server (and you should) you may be connecting to the wrong one.

If that doesn't do it, use the debugger to step through your code, and look at exactly which line throws the exception - it may help you to narrow it down a little.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionHow to filter a List<> in a DataGridView? Pin
TMattC17-Mar-15 22:47
TMattC17-Mar-15 22:47 
AnswerRe: How to filter a List<> in a DataGridView? Pin
OriginalGriff17-Mar-15 23:22
mveOriginalGriff17-Mar-15 23:22 
QuestionHow to call asmx web service dynamically Pin
Tridip Bhattacharjee17-Mar-15 21:30
professionalTridip Bhattacharjee17-Mar-15 21:30 
AnswerRe: How to call asmx web service dynamically Pin
Pete O'Hanlon18-Mar-15 1:00
mvePete O'Hanlon18-Mar-15 1:00 
GeneralRe: How to call asmx web service dynamically Pin
Gerry Schmitz18-Mar-15 1:52
mveGerry Schmitz18-Mar-15 1:52 
GeneralRe: How to call asmx web service dynamically Pin
Pete O'Hanlon18-Mar-15 2:20
mvePete O'Hanlon18-Mar-15 2:20 
QuestionQuestion regarding C# Pin
Member 1153209517-Mar-15 2:09
Member 1153209517-Mar-15 2:09 
AnswerRe: Question regarding C# Pin
OriginalGriff17-Mar-15 2:38
mveOriginalGriff17-Mar-15 2:38 
GeneralRe: Question regarding C# Pin
Rob Philpott17-Mar-15 7:20
Rob Philpott17-Mar-15 7:20 
GeneralRe: Question regarding C# Pin
OriginalGriff17-Mar-15 7:40
mveOriginalGriff17-Mar-15 7:40 
GeneralRe: Question regarding C# Pin
Rob Philpott17-Mar-15 23:09
Rob Philpott17-Mar-15 23:09 
AnswerRe: Question regarding C# Pin
Pete O'Hanlon17-Mar-15 2:39
mvePete O'Hanlon17-Mar-15 2:39 
AnswerRe: Question regarding C# Pin
Abdulnazark17-Mar-15 7:46
Abdulnazark17-Mar-15 7:46 
GeneralRe: Question regarding C# Pin
Pete O'Hanlon17-Mar-15 8:31
mvePete O'Hanlon17-Mar-15 8:31 
GeneralRe: Question regarding C# Pin
Abdulnazark17-Mar-15 20:30
Abdulnazark17-Mar-15 20:30 
GeneralRe: Question regarding C# Pin
Pete O'Hanlon17-Mar-15 21:34
mvePete O'Hanlon17-Mar-15 21:34 
GeneralMessage Closed Pin
17-Mar-15 22:24
Abdulnazark17-Mar-15 22:24 

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.