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


Please Help Members By Posting Answers For Below Questions

Explain the observations between vb.net and vc#.net?

696


What are the features present in vb 2005?

752


Explain manifest?

699


What is the difference between c# and vb.net?

770


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!

1777


What is public assembly?

757


Write a VB.Net console program to check whether a number is perfect or not.

7308


What are the different variables in vb.net?

711


Explain the difference between datatable and dataset?

826


Can you please explain the difference between authentication and authorization?

785


What is the difference between convert.tostring and .tostring() method?

777


What is a static class?

773


What is sorting in vb?

673


What is the main purpose of garbage collector?

712


Explain about visual basic?

745