Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi,
I used below code for alert messagebox.When it opens the tital of the message box is "Message from Web Page".I want to remove this tital.I want blank instead of this tital.Please help me......


VB
<asp:LinkButton ID="lnkDelete" runat="server" CausesValidation="false" CommandName="Delete"
                                    CssClass="HyperLinkGrid" OnClientClick="return confirm(&quot;Are you sure you want to delete this entry?&quot;);"
                                    Text="Delete">
Posted

1 solution

Unfortunately, you can't. You can, however create your own custom alert box or use Jquery's existing one.[^]
 
Share this answer
 
Comments
16Sonali 27-Sep-13 2:27am    
Thanks a lot

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900