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 internal keyword in .net framework?
how to get dynamic control array position or its index position?
Explain the difference between c# and vb.net?
What are the different types of applications supported in .net (or) .net framework?
What is the difference between readonly variable and constant variable?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Why should you use delegate?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the exact defination of object?
Explain the difference between web.config and machine.config and where it will be ?
What do you mean by serialization and deserialization and it's use.
What is redim keyword?
Explain private assembly?
What is the top .net class that everything is derived from?
What is the main use of a namespace?