we can able to display a MessageBox in asp .net without
using any script langages?
Answer Posted / lakshmikanth
yes we can add first click on add reference and
add "system.windows.froms" dll in windows which pops up
then start using
System.windows.forms.messagebox.show("i love
india","Lakshmikanth");
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
Explain cookies with example.
What is session in web technology?
What is the difference between session and viewstate?
How would you turn off cookies on one page of your website?
How to prevent client side validation from the ASP.NET validation controls?
What are resource file and how do we generate resource file?
What is event bubbling?
What is form method?
How can u debug your .net application?
What are Caching techniques in .NET
Is it possible to write code in many languages in one asp.net project?
What is the purpose of using MVC programming pattern in ASP.NET?
What is ascx?
About CLR, reflection and assemblies?
How to retrieve user name in case of Window Authentication?