How do you handle Start, Pause, Continue and Stop calls
from SCM within your application?
Answer / swapna
By implementing OnStart, OnPause, OnContinue and OnStop
methods.
Is This Answer Correct ? | 1 Yes | 0 No |
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What method do you use to explicitly kill a users session? How?
What's a windows process in .net?
What is misl?
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
what is the default security setting in .net?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Please explain the difference between constants and read-only variables?
What is Ajax design pattern in .NET?
What exactly is being serialized when you perform serialization in .net?