Click here to Skip to main content
15,891,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi experts,

I have created a web based project in asp.net , C#

here am facing problem with popup message.

on my webpage i have registration form to enter user details. i gave validations here.
everything is working perfectly.

Suppose if i click submit button without filling the fields.

it shows a pop up message "The Page at localhost:641235 says : "

I want to set this title of my own.

Note: I used validation controls here, not javascript for validations.

My requirement is just i want to change the Title of alert message..,thats it.

Please help thank you......................
Posted
Comments
CodeBlack 26-Aug-13 4:41am    
are you using javascript alert ?

1 solution

You cannot change the title for the security reasons. This can be only achieved by using jQuery alert box. Its good in UI and you can customize based on your requirement.
You can start from here
http://labs.abeautifulsite.net/archived/jquery-alerts/demo/[^]
 
Share this answer
 

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