Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




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

Answers were Sorted based on User's Feedback



hey friends, Firstly I pick the records from the database into the DataGridView, Then I want..

Answer / 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

hey friends, Firstly I pick the records from the database into the DataGridView, Then I want..

Answer / veena

yes. we can update the data if we write a update command in program

Is This Answer Correct ?    0 Yes 0 No

hey friends, Firstly I pick the records from the database into the DataGridView, Then I want..

Answer / saravanan

it is very simple..write insert delete update querey in
datagrid events

Is This Answer Correct ?    0 Yes 1 No

hey friends, Firstly I pick the records from the database into the DataGridView, Then I want..

Answer / guest

If you are working with Sql Server database then provider
specific class named sqlcommandbuilder is available with
your sql server provider.This command will call the update
method of datadapter object ,which will update the contents
of your dataset and the same will be displayed in your
datagrid ,which inturn will reflect the changes in database.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More VB.NET Interview Questions

What is a literal control?

0 Answers  


What is the difference between manifest and metadata?

0 Answers  


What is the Difference between Overriding and overloading?

31 Answers   Subex, TCS,


Define clr?

0 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  


Write a VB.Net console program to check whether a number is perfect or not.

1 Answers   Wipro,


Do event have return type?

8 Answers  


what is interface and when it is used?

0 Answers  


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

0 Answers  


Explain how the .net framework performs automatic memory management.

0 Answers  


Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

0 Answers  


What is the difference b/w Readonly Variable and Constant Variable?

7 Answers   Ksb, Sonata,


Categories