Question { Syntax Softtech, 20433 }
What ASP.NET object encapsulates the state of the client and
the browser?
a) The Session object
b) The Application object
c) The Response object
d) The Request object
e) The Server object
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Whats MSIL, and why should my developers need an
appreciation of it if at all?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Siebel Systems, 21115 }
Name two properties common in every validation control?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 6244 }
What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 6980 }
Can you store multiple data types in System.Array?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 6735 }
Can you override private virtual methods?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 35436 }
What base class do all Web Forms inherit from?
Answer
Is This Answer Correct ? | 3 Yes | 6 No |
Descrie about response.buffer and repsonse.flush ?
Answer
I write some text, but I will control when
the text will be sent to the browser.
The text is not sent yet. I hold it back!
OK, let it go!
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Digital GlobalSoft, 5461 }
What are the collection classes ?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Life cycle of ASP.NET page when a request is made ?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
How do you do validations. Whether client-side or
server-side validations are better.?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What is an application domain?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Singleton Design pattern?How do you achieve it?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |