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
Explain the observations between vb.net and vc#.net?
What are the features present in vb 2005?
Explain manifest?
What is the difference between c# and vb.net?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is public assembly?
Write a VB.Net console program to check whether a number is perfect or not.
What are the different variables in vb.net?
Explain the difference between datatable and dataset?
Can you please explain the difference between authentication and authorization?
What is the difference between convert.tostring and .tostring() method?
What is a static class?
What is sorting in vb?
What is the main purpose of garbage collector?
Explain about visual basic?