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 are the difference between dispose(), close(), exit(), end()? When do we use them?
Write a VB.Net console program to check whether a number is perfect or not.
Explain about branching logic control in vb.net?
List the types of authentication?
Can you please explain the difference between dataset and datareader?
What is strong typing and weak typing?
Explain the difference between datatable and dataset?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is strong name in .net assembly?
Explain about visual basic.net?
How to store decimal data in .net?
How to run a dos command in vb.net?
Can you please explain the difference between authentication and authorization?
How to store images in sql server database through vb.net?