hi!
i want to populate a datagrid with a database table.i have set the properties of data grid at design time i.e. data source and data member...datagrid also shows the preview of the table of how data will be displayed, But when i run the project, datagrid is not populated,no exception and no errors are shown....its a desktop application in C# with Visual Stusio 2008.
im using Dataset Dataset gets populated, as in the if condition ihave tried to show a label and that is shown...so im nt getting, what type of error it might be or what else to do?
Loading
Hirendra SisodiyaPosted Mar 16, 2010, 8:35 AM
Please check also this :
'AllowsUseraddRows' property of DatagridView should be true.
thank you
Amit ChoudharyPosted Mar 16, 2010, 1:03 AM
Paste your code of for databinding to datagrid. I can help you....
Sam HobbsPosted Mar 15, 2010, 9:04 PM
It is likely that something that you are assuming is not what you assume, so if so, verify assumptions. Be methodical in doing that.