How to run FileSystemObject in ASP
Answer / krrish
FileSystemObject is used to Create,,delete,copy,move
folders and files in web applications.To use this
filesystemobject we hav to create object by using
Server.CreateObject("FileSystemObject") command.
Is This Answer Correct ? | 3 Yes | 1 No |
Name the event handlers of application object?
what is the difference between render event and prerender event
What are private assemblies and shared assemblies?
What is the common language specification (cls)?
Explain the different types of session state management options available with asp.net?
Explain the advantages of using asp?
What is the difference between cshtml and aspx?
Name at least two methods of response object other than Transfer.
Destructors CANNOT be implemented in which one of the following?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
What are the methods in applet ? When is init(), start() called ?
What is a form collection in asp?