Answer Posted / arpita malviya
The Server object is used to access properties and methods
on the server.
These are its methods and properties;
CreateObject: Creates an instance of an object
Execute :Executes an ASP file from inside another ASP file
GetLastError() :Returns an ASPError object that describes
the error condition that occurred
HTMLEncode: Applies HTML encoding to a specified string
MapPath :Maps a specified path to a physical path
Transfer :Sends (transfers) all the information created in
one ASP file to a second ASP file
URLEncode: Applies URL encoding rules to a specified string
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How can we prepairing Interview
Explain the concept of View Model in MVC?
Can I stream live content/events?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain weak typing and strong typing.
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How would you create a permanent cookie?
How can u deifne the benefits and limitation of using Viewstate for state management?
Can we add code files of different languages in app_code folder?
How can we create a website?
How many types of Cookies are available in ASP.NET?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain the code Access Security (CAS) in .net Framework?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are cookies in your browser?