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
what is difference between web.config and machine.config and where it will be ?
Define cls?
Write the role of new keyword?
Explain the advantages of migrating to vb.net?
What are the parts of the visual basic control?
What is the maximum size of the textbox?
Explain the difference between import system.data.sqlclient and system.data.oledb?
What is portable executable?
What are the shadow variables?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Define clr?
What are all the parts of .net framework?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain how to send xml file on server using http protocol?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?