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 .net mobile input validation. : Microsoft dot net mobile
can aspx page have multi language declarations ?
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain cache? : .NET Architecture
What is the importance of updatepanel control?
can u give me real example of how web.config overrides the machine.config file?
what is the shortcut key for toolbox and add existing item?
How to improve the cache performance? : Dot net architecture
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
define cache memory? : Dot net architecture
.Net Frame work arch?
What is the cli? Is it the same as the clr?