Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to display message box in asp.net with vb i am using now as msgbox ("Do You Want To Insert", MsgBoxStyle.YesNo))
but this confirmation message is displaying as minimized way

is there any possible way to display message please help me out friends
Posted

You can make use of ModalPopUp extender or a jQuery pop up for this. Take a look here for jQuery[^] sample and here for ajax[^] based sample.
 
Share this answer
 
You seem to come from a Win Forms background. In ASP.NET (actually JavaScript) we have confirm box[^] as against Message Box in win form. By default confirm box has ok and cancel button and you can't really change it but you can certainly have customized modal popups which the other poster has already talked about in his answer.
I hope that helps!
 
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