how to display a message box in the Application?
Answers were Sorted based on User's Feedback
Answer / abdul rahman
Page.RegisterStartupScript(" ", "<script> alert
('hello');</script>");
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nazrul.nazi
is it web application or window applicatin
in window applicatin
u show message through
MessageBox.show("my message");
web application
u can call through javascript as written in abdul rahman answer
| Is This Answer Correct ? | 3 Yes | 1 No |
What's new in the .net 2.0 class library?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
How to delete the duplicate records in a table using sql server
How to call the dll at runtime in .Net?
Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
What is .net mobile input validation. : Microsoft dot net mobile
Explain about httpruntime.cach.get(); method?
Define pipelining? : Dot net architecture
Explain cache? : .NET Architecture
two common properties for any validation control ?
Explain about the base class library provided by microsoft.net?
what is a required field validation control?