i have some question to ask. Now i want to write the asp.net web application.
how do i popup the message box saying that "Are you sure you want to delete this record?" when the user click the delete button at the web form?

if yes then
delete code
else
delete canceld
end if

second question
how do i popup up the new windows. when the user click the see detail button. i just want to know the popup new ie page code only


thank