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 is a managed code? : Dot net architecture
what is session management ?
Explain the types of memory management? : Dot net architecture
What are the important principles of soa (service oriented architecture)?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
how to use custom field validation
what is authentication and authorization?how do they differ?
difference between page init an page load
data types used in validation control
how to make and display a form without title bar?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What i sthe meaning of .(dot) in .Net?