we can able to display a MessageBox in asp .net without
using any script langages?
Answer Posted / ajit
using system.Text;(namespace)
and applying following code
string myStringVariable = string.Empty;
myStringVariable = "Welcome";
ClientScript.RegisterStartupScript(this.GetType(),
"myalert", "alert('" + myStringVariable + "');", true);
on button click...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is asp.net a programming language or framework?
What is the mvc model?
How do cookies work? Give an example of their abuse.
What are HTTP handlers in ASP.NET?
Explain the concept of View Model in MVC?
What is is post back property in asp net?
What is the difference between visual basic and asp.net?
Define satellite assemblies.
What is latest version of asp.net mvc? : Asp.Net MVC
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is the function of new view engine in asp.net? : asp.net mvc
what are the ihttphandler and ihttphandlerfactory interfaces ?
Why is this service branded with windows livetm?
Explain diff. Betn dataset and recordset?
What is strong-typing versus weak-typing?