thinkinterview » interview questions
« Previous

interview Questions

next »
question What’s the difference between Response.Write() and Response.Output.Write()?
  • 1. Both are same.
  • 2. Response.Write() allows us to write formatted output.
  • 3. Response.Output.Write() allows us to write formatted output.
  • 4. None of these

Next Queston » What is the sequence of event firing during page load of asp.net...
What is the sequence of event firing during page load of asp.net page life cycl... View full queston »

Posted in: ASP.NET(45) |