we can able to display a MessageBox in asp .net without
using any script langages?
Answer Posted / mohit jethva
by using DLLImport(USER32.dll)
you can use msgbox in .net
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What types of data validation events are commonly seen in the client-side form validation?
Explain asp.net mvc request life cycle? : asp.net mvc
What are the differnt types of handler in ASP.NET?
What is the difference between application state and caching?
How can you display all validation messages in one control?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How do I open an ashx file in windows 7?
How you will manage the state of ASP.NET controls?
Which control has default post back is enabled(true)?
What are the different types of proxy patterns?
Can you nest updatepanel within each other?
How to display Alert in ASP.NET
How do sessions work?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is loop in asp.net?