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 are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Will session work if cookies is disabled?
How can we inherit a static member?
Why do we need asp.net?
What are the validation controls available in ASP.NET?
Explain different authentication modes in asp.net?
How does cookies work in asp net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is the difference between dispose() and finalize()?
What are the difference between function and stored procedure in .net programming language?
In which event of page cycle is the viewstate available?
What does asp.net stand for?
Explain server control extensibility with reference to asp.net 2.0 ?
What is a ashx file?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?