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

What is branching logic control in VB.NET?

766


What are the various open source tool available for VB.NET?

773


What is the source code for display the picture in button click event?

929


What do you mean by Redim in VB.NET?

891


What is difference between metadata and manifest?

840


What are the assembly entry points?

784


What is enumerator?

816


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

817


Explain about visual basic?

768


Write the role of new keyword?

857


What are jagged arrarys ?

785


How to view an assembly?

791


What is difference between import system.data.sqlclient,system.data.oledb?

785


What is the difference between compiler and interpreter?

782


Using VB, how can you change the Mouse Pointer?

872