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 |
How do I create an aspx page?
Define the asp scripting objects?
How to insert the records in a database table by using asp?
Which is the default Scripting Language of ASP (server- side)?
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)
Define microsoft intermediate language (msil)?
What are shared assemblies?
What does asp stand for in technology?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?
What is Debit Memo & Credit Memo in Payables?
Name the collections of session object?
How to include active x controls in asp code?