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
Explain managed code?
How to achieve Polymorphism in VB.Net?
Explain convert.tostring and i.tostring method?
What is internal keyword in .net framework?
What is the difference between compiler and interpreter?
Explain the services provided by common language infrastructure.
Explain how to send xml file on server using http protocol?
What is portable executable?
what is common language specification?
How many languages are supported by .net?
What is the Advantage of vb.net over vb
How does vb.net achieve polymorphism?
How a base class method is hidden?
What is early binding?
Did vb6 support multi-threading ?