hello ....i created submit button for inserting values...but i also need delete button
...so plz tell me how to delete records on clicking button...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shrimant TelgavePosted May 7, 2018, 9:48 AM
Step-2: Create web form/Winform application and add controlrs as per requirement.
Add one TextBox which carry the product id.
Add one button having name like "Delete". Double click on button.
Step-3: Code base changes write the following code.
Krutika KarekarPosted May 7, 2018, 11:27 PM
Rajkiran SwainPosted May 7, 2018, 9:24 AM