Define file system object object?
Answer / Vikas Kumar Tiwari
The FileSystemObject (FSO) is a Microsoft ActiveX Object that allows ASP pages to read, write, and manipulate files and folders on the server's file system. It provides several methods for creating, reading, writing, moving, copying, and deleting files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the advantages of using asp?
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
How many objects are there in ASP?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
What is Server-Side includes?
What does Server.MapPath do?
What is the difference between client-side script and server-side script?
Can I use com objects from a .net framework program?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Tell few programming diffrence between ADO and DAO programming. What is state?
1 Answers Facebook, Leading Software Technologies,
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
Explain how do you box a primitive data type variable?