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
What is Bundling and Minification in MVC?
Do you support digital rights management to protect my videos?
What is the latest version of asp.net?
Where is the session stored?
Can you explain one critical mapping?
How do you open a page in a new window?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the best Macanism to clear the Cache in asp.net
What are Master Pages in ASP.NET?
What is repository pattern in mvc.net? : asp.net mvc
Explain the disadvantages of viewstate?
What is meant by web application?
What are the media types of http requests and response?
Do I need to have the latest version of windows media player installed?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?