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
Why do we use ansi keyword?
Explain how to achieve polymorphism in vb.net?
Explain how to store decimal data in .net?
What is jagged array in vb.net?
How many languages are supported by .net?
Explain manifest?
When do you use virutal keyword?
What keyword is used to accept a variable number of parameter in a method?
What do you mean by serialization?
What are the features present in vb 2005?
Name the class which allows an element to be accessed using unique key?
How vb implements the disconnected architecture as like vb.net?
Explain private assembly?
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 ?
What is sealed class?