i am displaying the one confirm box after saving the values like this
showalert("Quote has been saved successfully. Your Submission Number is:" + SaveValue );
now i have display the savevalue bold and underline and some fore color, how to apply(using any format and html styles also)
You could create your own javascript popup alert.
Your html could be something like this
your code behind could then be
This way you can display a popup message and style it to your needs.