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
Which namespace are used for accessing the data?
Explain the difference between vb.net and c#, related to oops concepts?
What is private assembly?
Explain about the performance of visual basic?
What is global assembly cache (gac)?
Explain internal keyword in .net framework?
List the types of authentication?
Explain the difference between .dll extension and .exe extension files?
What keyword is used to accept a variable number of parameter in a method?
Can you please explain the difference between dataset and datareader?
What are the various open source tool available for VB.NET?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Observations between vb.net and vc#.net?
Explain nested classes?
What is static member?