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 is branching logic control in VB.NET?
What are the various open source tool available for VB.NET?
What is the source code for display the picture in button click event?
What do you mean by Redim in VB.NET?
What is difference between metadata and manifest?
What are the assembly entry points?
What is enumerator?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain about visual basic?
Write the role of new keyword?
What are jagged arrarys ?
How to view an assembly?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the difference between compiler and interpreter?
Using VB, how can you change the Mouse Pointer?