Click here to Skip to main content
15,897,334 members
Home / Discussions / C#
   

C#

 
QuestionGetting info from database in gridview Pin
Bizcrack28-Jan-10 4:03
Bizcrack28-Jan-10 4:03 
AnswerRe: Getting info from database in gridview Pin
loyal ginger28-Jan-10 4:14
loyal ginger28-Jan-10 4:14 
AnswerRe: Getting info from database in gridview Pin
kevinnicol28-Jan-10 4:42
kevinnicol28-Jan-10 4:42 
GeneralRe: Getting info from database in gridview Pin
OriginalGriff28-Jan-10 5:12
mveOriginalGriff28-Jan-10 5:12 
GeneralRe: Getting info from database in gridview Pin
dan!sh 28-Jan-10 5:48
professional dan!sh 28-Jan-10 5:48 
AnswerRe: Getting info from database in gridview Pin
dan!sh 28-Jan-10 5:46
professional dan!sh 28-Jan-10 5:46 
GeneralRe: Getting info from database in gridview Pin
Bizcrack28-Jan-10 8:51
Bizcrack28-Jan-10 8:51 
AnswerRe: Getting info from database in gridview Pin
Mycroft Holmes28-Jan-10 12:18
professionalMycroft Holmes28-Jan-10 12:18 
I generally use a datatable instead of a dataset, I find it easier to debug. I can't see anything to stop this code working, change the datasource to a table, debug and make sure you are getting data returned from the database.

I also never use the data member property with a table. This may be forcing the DGV to look for a TABLE in the dataset named data which does not exists of course!

Never underestimate the power of human stupidity
RAH

AnswerRe: Getting info from database in gridview Pin
yokzie29-Jan-10 20:13
yokzie29-Jan-10 20:13 
Questionaccess database and c# form-adding data Pin
johnnysmith128-Jan-10 2:15
johnnysmith128-Jan-10 2:15 
AnswerRe: access database and c# form-adding data Pin
EliottA28-Jan-10 2:44
EliottA28-Jan-10 2:44 
GeneralRe: access database and c# form-adding data Pin
johnnysmith128-Jan-10 2:57
johnnysmith128-Jan-10 2:57 
QuestionMessage Removed Pin
28-Jan-10 1:08
nercan28-Jan-10 1:08 
AnswerRe: .NET Remoting Customization Made Easy: Custom Sinks Problem Pin
OriginalGriff28-Jan-10 1:35
mveOriginalGriff28-Jan-10 1:35 
QuestionForm issue. Pin
spankyleo12328-Jan-10 0:27
spankyleo12328-Jan-10 0:27 
AnswerRe: Form issue. Pin
OriginalGriff28-Jan-10 0:57
mveOriginalGriff28-Jan-10 0:57 
GeneralRe: Form issue. Pin
spankyleo12328-Jan-10 1:10
spankyleo12328-Jan-10 1:10 
AnswerRe: Form issue. Pin
Syed Shahid Hussain28-Jan-10 1:02
Syed Shahid Hussain28-Jan-10 1:02 
GeneralRe: Form issue. Pin
spankyleo12328-Jan-10 1:20
spankyleo12328-Jan-10 1:20 
AnswerRe: Form issue. Pin
sanforjackass28-Jan-10 1:05
sanforjackass28-Jan-10 1:05 
QuestionAdd Description to installed Service Pin
Sunil G27-Jan-10 23:13
Sunil G27-Jan-10 23:13 
AnswerRe: Add Description to installed Service Pin
Mirko198027-Jan-10 23:45
Mirko198027-Jan-10 23:45 
QuestionArray vs Collection Pin
Xandip27-Jan-10 22:47
Xandip27-Jan-10 22:47 
AnswerRe: Array vs Collection Pin
Keith Barrow27-Jan-10 23:51
professionalKeith Barrow27-Jan-10 23:51 
AnswerRe: Array vs Collection Pin
PIEBALDconsult28-Jan-10 3:29
mvePIEBALDconsult28-Jan-10 3:29 

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.