Top questions

Post

New Post


Find by name:

Question Answer
How do we identify that the page is Postback? Options - IsPostBack property - Smart Navigation property - AutoPostBack property - By using session CORRECT ANSWER : IsPostBack property
How does the IIS work? Answer # IIS (Internet Information Server) is one of the most powerful web servers from Microsoft that is used to host your Web application. IIS has it’s own Process Engine to handle the request. So, when a request comes from client to server, IIS takes that request and process it and send response back to clients.
How many readers can simultaneously read data with ReaderWriterLock if there is no writer lock apply? Options - 9 - 11 - 13 - No Limit CORRECT ANSWER : No Limit



Back to HomePage