The JavaScript Confirm message box can be attached to an ASP.Net LinkButton control using its OnClientClick property that allows you to specify the value as a client script code. The "confirm" is a javascript method that pop-ups a confirmation message box when user hits the linkbutton control placed on the ASP.Net web.
