Dot Net WindowsForms Question:
Download Questions PDF

Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table?

Answer:

first time insetr five columns but two columns are empty
value thats null value when we click another button update
query is used insert remaining columns (where condition
filled columns value)

Download Dot Net WindowsForms Interview Questions And Answers PDF

Previous QuestionNext Question
How to get records from a database?Suppose I have two combobox .. and i have some items in both combobox now i need to check the item in both combobox if same item is Present in both combobox i need to display that item in message box?