hey friends,
Firstly I pick the records from the database into the
DataGridView, Then I want that If I made any changes to the
records in the GridView & Click on Update Button, Changes
are Reflected into the main Database .Plz do reply back
Answer Posted / guest
If you are working with Sql Server database then provider
specific class named sqlcommandbuilder is available with
your sql server provider.This command will call the update
method of datadapter object ,which will update the contents
of your dataset and the same will be displayed in your
datagrid ,which inturn will reflect the changes in database.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How a base class method is hidden?
how many server control present in .net
Explain how does the xmlserializer work?
Allowed program to auto-correct the database when loading a presentation.
List the types of generations in garbage collector?
What is the purpose of an Assembly?
Explain the use of new keyword?
Explain manifest?
Explain about garbage collection?
So you know which dll is used for microsoft .net run time?
Observations between vb.net and vc#.net?
What is the feature which is common to all .net languages?
Explain convert.tostrin?
What are the parts of the visual basic control?