Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
AnswerRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
Eddy Vluggen17-Jan-10 10:11
professionalEddy Vluggen17-Jan-10 10:11 
GeneralRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
ArjenGroeneveld17-Jan-10 10:38
ArjenGroeneveld17-Jan-10 10:38 
GeneralRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
Eddy Vluggen17-Jan-10 13:44
professionalEddy Vluggen17-Jan-10 13:44 
GeneralRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
ArjenGroeneveld17-Jan-10 21:24
ArjenGroeneveld17-Jan-10 21:24 
GeneralRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
Eddy Vluggen18-Jan-10 11:12
professionalEddy Vluggen18-Jan-10 11:12 
GeneralRe: Extend BindingSource with a Dirty property and Dirty changed Event Pin
sarapkamikazee1524-Aug-10 6:05
sarapkamikazee1524-Aug-10 6:05 
QuestionEmpty rows in daatagrid Pin
tasossty17-Jan-10 4:50
tasossty17-Jan-10 4:50 
AnswerRe: Empty rows in daatagrid Pin
Eddy Vluggen17-Jan-10 9:29
professionalEddy Vluggen17-Jan-10 9:29 
tasossty wrote:
if i put let say 10 rows in table then again in the datagrid i see 10 rows but empty cells.


That's strange; no errors at all, and displaying the correct amount of records, without data? Can you show us the SQL statement? Or the code required to reproduce the error?


tasossty wrote:
DataGridView1.AutoGenerateColumns = true;
DataGridView.DataSource =DT;


I'm assuming that there's a typo in the line where you assign the DataSource, since it would be assigned to DataGridView1.DataSource.


Some things that you might want to check;
- Is the foreground color of a cell different from it's backcolor?
- Is there an error with "displaying" the data, or "fetching" the data? In other words, can you display data using another control, like for example, a TextBox?
- Can you set a breakpoint on the line where you make the columns readonly, and see if there's the correct data present in DataGridView1.DataSource.

I are Troll Suspicious | :suss:

QuestionC# C++ Java performance comparison Pin
devvvy17-Jan-10 3:47
devvvy17-Jan-10 3:47 
AnswerRe: C# C++ Java performance comparison Pin
EliottA17-Jan-10 4:08
EliottA17-Jan-10 4:08 
AnswerRe: C# C++ Java performance comparison Pin
Luc Pattyn17-Jan-10 4:33
sitebuilderLuc Pattyn17-Jan-10 4:33 
AnswerRe: C# C++ Java performance comparison Pin
N a v a n e e t h17-Jan-10 4:34
N a v a n e e t h17-Jan-10 4:34 
AnswerRe: C# C++ Java performance comparison Pin
harold aptroot17-Jan-10 4:53
harold aptroot17-Jan-10 4:53 
GeneralRe: C# C++ Java performance comparison Pin
devvvy19-Jan-10 19:14
devvvy19-Jan-10 19:14 
GeneralRe: C# C++ Java performance comparison Pin
harold aptroot20-Jan-10 1:17
harold aptroot20-Jan-10 1:17 
Questionerrors pls help..... Pin
djsproject17-Jan-10 2:02
djsproject17-Jan-10 2:02 
QuestionMessage Removed Pin
17-Jan-10 1:03
sachees12317-Jan-10 1:03 
AnswerRe: very special problem Pin
Dan Mos17-Jan-10 1:51
Dan Mos17-Jan-10 1:51 
GeneralRe: very special problem Pin
sachees12317-Jan-10 2:01
sachees12317-Jan-10 2:01 
GeneralRe: very special problem Pin
Dan Mos17-Jan-10 2:51
Dan Mos17-Jan-10 2:51 
GeneralRe: very special problem Pin
sachees12317-Jan-10 2:11
sachees12317-Jan-10 2:11 
GeneralRe: very special problem Pin
Md. Marufuzzaman17-Jan-10 4:00
professionalMd. Marufuzzaman17-Jan-10 4:00 
Questionwindows not in focus Pin
michaelgr116-Jan-10 22:49
michaelgr116-Jan-10 22:49 
AnswerRe: windows not in focus Pin
dan!sh 16-Jan-10 23:20
professional dan!sh 16-Jan-10 23:20 
AnswerRe: windows not in focus Pin
OriginalGriff16-Jan-10 23:25
mveOriginalGriff16-Jan-10 23:25 

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.