How to refresh an asp page on a single click of a button?
No Answer is Posted For this Question
Be the First to Post Answer
What are the methods in applet ? When is init(), start() called ?
How can you disable the browser to view the code?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
Can I use .net framework components from a com program?
What is Session Object?
Explain the function of attributes in tags?
What is a Form collection?
Explain how big is the char?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
Define "virtual directory"?