Problem Description: Suppose there is a message board, there is "Reply" and "Delete" 2 functions in the administrator page, click the reply to directly submit the reply operation, but you need to pop up a confirmation box when you click Delete, but when the user confirms Submit the execution delete operation. Obviously, you need to use the client script.
Here is my approach: server side: use VB.NET client: Applicable JavaScript
The partial code of the form is as follows: