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 / muzi
If you know sql, use UPDATE query..:-)
if dont
then
UPDATE [TableName] SET Field1 = @param1, Field2 = @param2,
Field3 = @param3 WHERE [ID] = @paramID
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of migrating to vb.net?
What is the strong name in .net assembly?
Explain about garbage collection?
How to store images in sql server database through vb.net?
Tell me how many .net languages can a single .net dll contain?
How to send xml file on server using http protocol?
Which class allows an element to be accessed using unique key?
Explain about the performance of visual basic?
What is the ruby interface generator?
What is private assembly?
Explain the difference between an xml "fragment" and an xml "document."
What is global assembly cache (gac)?
What is the use of errorprovider control?
What do you mean by serialization?
Explain the services provided by common language infrastructure.