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
Name some of the keywords used in vb.net?
How does vb.net achieve polymorphism?
What do you mean by serialization and deserialization?
What is the significance of delegates?
Explain about jagged arrarys ?
What is the main use of a namespace?
Explain about visual basic.net?
Explain some of the exclusive features which are present in vb?
How to send xml file on server using http protocol?
What is the importance of a Button control?
Which class allows an element to be accessed using unique key?
Explain the difference between import system.data.sqlclient and system.data.oledb?
what is common type system?
Explain i.tostring method?
Explain the services provided by common language infrastructure.