开发者

How to update webform on checkbox select option when button is click in asp.net?

开发者 https://www.devze.com 2023-03-03 17:45 出处:网络
I want to update and delete from data based on check box checked. After putting the data in the form, if I checked edit check box then it should go to new page where I should update particular data. A

I want to update and delete from data based on check box checked. After putting the data in the form, if I checked edit check box then it should go to new page where I should update particular data. And, if I checked delete check box then it should delete that particular data from database.

I'm using asp.net. Ple开发者_运维问答ase guide me.

0

精彩评论

暂无评论...
验证码 换一张
取 消