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 |
Explain about continuable exceptions?
What is MS chart control in visual studio?
When do I need to use gc.keepalive?
What do you know about machine.config file ?
what is stage management ? (ASP.NET)
What is .net mobile input validation. : Microsoft dot net mobile
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
Are there any third party logging components available?
what is a namespace?how they are classified?write a program which contains class,object,inheritance?
Hi, this is satish, i have more than 2 years of exp. on Microsoft .Net Technologies like C#, ASP.Net, VB.Net. But i am willing to change my platform into Testing tool. give me best suggestion for me.
what are the lifetime events of a from?
how we can fire event in databound column in datagrid without using button?