in my Page_Load
If Not Page.IsPostBack Then
cmdDelete.Attributes("onclick") = _
"return confirm('Are you sure you wish to Delete the selected USER?');"
end if
The confirm message does not show when I click Delete button. Anyone has any idea what could be the problem.
The werid thing is that it used to worked for me on several different pages. It just stopped working one day. what could be the problem?
Thanks for you your help.
Olivia
If Not Page.IsPostBack Then
cmdDelete.Attributes("onclick") = _
"return confirm('Are you sure you wish to Delete the selected USER?');"
end if
The confirm message does not show when I click Delete button. Anyone has any idea what could be the problem.
The werid thing is that it used to worked for me on several different pages. It just stopped working one day. what could be the problem?
Thanks for you your help.
Olivia