The user will click the book name in the combo box.
Note:
The combo box is separate from gridview i.e. it is not a part of gridview.

Then the gridview for Issuing books i.e. with the columns bid,bname,aname,data of issue,date of return shoudl be** displayed.**

The row that will be displayed in gridview is such that the bookname selected by user in the combo box should match with bname row ..
After displaying row :
On the same gridview there will be button with name "Issue" so once it is clicked then this row of gridview should get stored in the database table name "Issue" and get deleted from the databse table name "MBA"

Is this possible??
If yes, then how it can be done?
I tried but stil could'n made it.

I tried but stil could'n made it.

Please show your code and we'll indicate what you've done wrong.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.