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 the access level of the visibility type internal?
What is a managed code? : Dot net architecture
Explain write back and write through caches? : Dot net architecture
How Web service create Proxy Using WSDL?
What is application frame host?
What is .net mobile utility controls. : Microsoft dot net mobile
Define a virtual memory? : Dot net architecture
Explain the differences between Server-side and Client-side code?
What is the importance of updatepanel control?
Explain write back and write through caches? : .NET Architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
Navigation controls in ASP.net,explain each control in brief?