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 private assembly?
what is commom language runtime?
What is difference between metadata and manifest?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How many classes a dll can contain?
What is the significance of delegates. Where should they be used?
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.
described weak typing?
When do you use virutal keyword?
What would you do to remove microsoft visual basic name space?
Explain the use of serialization and deserialization?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
How to store images in sql server database through vb.net?
Explain about the ruby interface generator?
Can you please explain the difference between vb and vb.net?