I have added a confirmation dialog before deleting an item in asp.net web page. Here's my coding.
OnClientClick="return confirm('Are you sure you want to delete this Contact Record?');"
It gives the default title as "The page at local host:49456 says:" I need to change that default title of this dialog box.My default browser is Google chrome. Can somebody help me??? Thanx in advance.