Computer Programming MCQs ASP.net
Q How to find out what version of ASP.NET I am using on my machine ?
  • A A. Response.write(version.tostring() );
  • B B. Response.write(system.version.tostring() );
  • C C. Response.write(system.environment.version.tostring() );
  • D D. Not possible
Leave a Comment