this is in a module so I can't use
Response.Write("<script language='javascript'>confirm('Are you sure you want to Delete.')</script>")
Catch ex As Exception
' MsgBox(ex.Message, MsgBoxStyle.Information, "Error")
'Response.redirect("ErrorScreen.aspx")
<a href="ErrorScreen.aspx" target="ErrorScreen.aspx">Link..</a>
I can't get anythiing to work.
How are you suposed to tell the user ther eis a problem?
Please I need help with this
DougP