Hi Everyone, the design of the form disappear during writing
codes for dataset and data grid. The error show in "line of
assigning dataset". I don't know what's happen. If anyone
know , please share of technical help from someone. Thanks,
Horace Trever
Answer Posted / pavanreddy
first hold the table in clint mechine , if it is select
command use data adapter class other wise command class
ex DataAdapter da= new DataAdapter(" statement");
DataSet ds= new DataSet();
fill the data into dataset
da.fill(ds,"tablename");
now the table come to dataset assign the table to datagrid
dataGridView1.datasource=ds.Tables[0];
if you unable to see the design rightclick select gotodesign
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is the advantage of constructor?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What does an indexer do?
What exactly happens when we debug and build the program?
Can properties be static in c#?
What is static noise?
List the fundamental oop concepts?
What are the desktop applications?
What are the types of access modifiers?
What is an extension method in c#?
What is the advantage of extension method in c#?
What does static mean in c sharp?
Which property of the textbox cannot be changed at runtime?
What is delegates in c# and uses of delegates?