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 |
how u maintain data while navigating one page to another?
Which is the best institute in chennai to learn DotNet? Please help.
48 Answers HCL, Infosys, NIIT,
What is one way operation?
Explain the types of memory management? : .NET Architecture
Explain the differences between Server-side and Client-side code?
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction
what is class and object explain with example?
how do create a repeater
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
How does an appdomain get created?