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


Please Help Members By Posting Answers For Below Questions

What is the difference between ASP Session State and ASP.Net Session State?

775


How to bind all the binding controls in a page at once in ASP.NET?

712


Can we add code files of different languages in app_code folder?

815


What are the validation controls available in ASP.NET?

706


What are the different kinds of assemblies?

698


How do we implement bundling in MVC?

813


How can you identify that the page is post back?

747


What is application variable in asp.net?

655


Explain about solution explorer window?

783


What is asynchronous call?

782


Explain managed code an un-managed code.

761


Define resource files.

730


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

850


How does exception management works in ASP.NET?

820


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?

690