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 full trust in asp.net?
Explain login controls.
Is asp.net outdated?
What are the differnt types of handler in ASP.NET?
What is the difference between user control an custom control?
What is a user session?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is web router?
What are demand-paging and pre-paging?
Can we use MSSql as backend in asp.net...if yes then How.?
What is DataGrid wheater its a Server Control or something else ?
Define dll hell?
What are the difference between function and stored procedure in .net programming language?
How ASP.NET page works?
Define xmlreader class.