GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET

 Print  |  
Question:  asp.net code behind pages

Answer: When using code behind pages, which library must access file import from asp.net environment


June 06, 2009 06:07:41 #2
 ponss   Member Since: June 2009    Total Comments: 3 

RE: asp.net code behind pages
 
using System.IO;
     

 

Back To Question