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 the difference between c# and vb.net?
So you know which dll is used for microsoft .net run time?
What is different between web.config and machine.config and where it will be ?
What do you mean by Redim in VB.NET?
How many classes a dll can contain?
What do you mean by option strict on?
Name the class which allows an element to be accessed using unique key?
how to get dynamic control array position or its index position?
What is jagged array in vb.net?
Explain trace in vb.net?
What is meant by jagged arrays?
How do you call a stored procedure in Visual Basic?
Explain how can we remove handlers at run time?
Explain about Visual basic.NET culture?
Described strong typing and weak typing?