i m using visual studio 2010..
problem is , i want to use MessageBox. But when i use MessageBox(); it is showing error as MessageBox is not existing in current content..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Sep 10, 2013, 5:49 AM
agree with sunny.
In web application, we may use alert box (javascript) or any other 3rd party jquery model popup..
window.alert("Test text");
Or
alert("Test text");
Sunny SharmaPosted Sep 10, 2013, 5:28 AM
You can also use any of readily available JavaScript library to do make your task easier, efficient and beautiful.
Refer to these links below, they are few of them:
http://needim.github.io/noty/
http://www.designyourway.net/drb/a-collection-of-useful-jquery-modal-dialog-boxes-31-plugins/
Hope it helps :)
Manj NPosted Sep 10, 2013, 5:14 AM
Joxin StanlyPosted Sep 10, 2013, 4:59 AM
please have a look @ below link-:
http://code.msdn.microsoft.com/CSASPNETMessageBox-3e8c6273
Hope this helps..
Sanjeeb LenkaPosted Sep 10, 2013, 4:31 AM
you are developing windows application or Web application.
Messagebox is only available in windows. For web you have to use alert message by using javascript