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 to create applications by using Visual Studio 2012?
0 Answers TryTechnicals Pvt Ltd,
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
what is the difference between asp and asp.net
What is the difference between primary & secondary storage device? : Dot net architecture
Which tool you will use to deploy a windows service
Navigation controls in ASP.net,explain each control in brief?
what is page_directive
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain write back and write through caches? : .NET Architecture
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
What is IL code, CLR, CTS, GAC & GC?
Why am I getting an invalidoperationexception when I serialize an arraylist?