Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
How to create a Delegate?
Correct Answer:
public delegate void Del(T item); Del d1 = new Del(Notify);
← Previous Question
Next Question→
More Questions from
Technology
Explain how to configure Trace switches in the application’s .config file.?
What is the managed execution process?
Session_Start: This event occurs every time when any new user visits.
Application_Start: This event occurs when the first user visits a page of the application.
Application_End: This event occurs when there are no more users of the application.
Session_End: occurs when the users stop requesting pages and their session times out.
This events sends the web page to the server for processing. Web page sends data back to the same page on the server. Which among the following events does the above stated task?
Cache events are processed when ever the Postback events occurs
How do you change the session time-out value?
A small text file on the client machine either in the client’s file system or memory of client browser session is called
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments