Name and explain about the Objects in ASP?
Answer / aspguru
Application : To perform any task needed when starting the
Application
Session : To handle the interaction with SINGLE client.
Request : Used to handle client requests
Response : Responding to Client's Requests. ( Sending HTML
content to Clients )
Server : Used to communicate with Server.
ObjectContext : Using Objects through MTS.
ASPError : Used to obtain Error information from pages.
Is This Answer Correct ? | 2 Yes | 0 No |
explain uses of Textstream object in ASP
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)
what is the role of attributes properties in asp field object
what is n tier ?
What options are available to deploy my .net applications?
Who invented asp?
What are the methods in Application Object?
Define application object in asp?
define the functionality of web server in context to Active server page.
What is classic asp application?
What are the attributes of the tags?
What is the difference between 1.1 and 2.0 .Net framework?