Update datagridview
-
If I am working manually to create columns and add it on datagrid view at run time it is not updating through olddbcommandbulder command. But when I am using this code "datagridview.datasource= ds.tables[0].defaultview;" then it is updating. But how will I updating when I work manually. Plz give a code in c# .net. thanx in advance.
-
If I am working manually to create columns and add it on datagrid view at run time it is not updating through olddbcommandbulder command. But when I am using this code "datagridview.datasource= ds.tables[0].defaultview;" then it is updating. But how will I updating when I work manually. Plz give a code in c# .net. thanx in advance.
i give up!
Never underestimate the power of human stupidity RAH
-
If I am working manually to create columns and add it on datagrid view at run time it is not updating through olddbcommandbulder command. But when I am using this code "datagridview.datasource= ds.tables[0].defaultview;" then it is updating. But how will I updating when I work manually. Plz give a code in c# .net. thanx in advance.
Post all your GridView and the related troubles in C# forum.
"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)
-
If I am working manually to create columns and add it on datagrid view at run time it is not updating through olddbcommandbulder command. But when I am using this code "datagridview.datasource= ds.tables[0].defaultview;" then it is updating. But how will I updating when I work manually. Plz give a code in c# .net. thanx in advance.