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
What is the difference between ASP Session State and ASP.Net Session State?
How to bind all the binding controls in a page at once in ASP.NET?
Can we add code files of different languages in app_code folder?
What are the validation controls available in ASP.NET?
What are the different kinds of assemblies?
How do we implement bundling in MVC?
How can you identify that the page is post back?
What is application variable in asp.net?
Explain about solution explorer window?
What is asynchronous call?
Explain managed code an un-managed code.
Define resource files.
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How does exception management works in ASP.NET?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?