How many objects are there in ASP?
Answers were Sorted based on User's Feedback
Answer / swathi
There are 6 objects in ASP.net
a) Server
b) Session
c) Application
d) ObjectContext
e) Response
f) Request
Is This Answer Correct ? | 33 Yes | 7 No |
Answer / hema
there are 6 objects -
application,session,server,response,request,asperror object
Is This Answer Correct ? | 28 Yes | 13 No |
Answer / pooja
There are 7 objects in ASP.net
a) Server
b) Session
c) Application
d) ObjectContext
e) Response
f) Request
g) Error
Is This Answer Correct ? | 18 Yes | 6 No |
Answer / kamal
There are 6 object
Response,Request,Application,Session,context,server
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / pramod
There are 7 objects in ASP.NET......
1.Request
2.Response
3.Cookie
4.Session
5.Application
6.cache
7.Server
Is This Answer Correct ? | 10 Yes | 8 No |
Answer / bhushan wani
There are 7 objects in Classical ASP 3.0
1] Request
2] Response
3] Server
4] Session
5) Application
6) ObjectContext
7) ASPError
Is This Answer Correct ? | 7 Yes | 6 No |
Answer / pradeep gupta
there are 9 objects in asp.net
1> Request
2> Response
3> Page
4> Session
5> Application
6> Cache
7> Server
8> User
9> Httpcookies
Is This Answer Correct ? | 7 Yes | 7 No |
Answer / hossam
There's no fixed number could be known in asp.net, number of objects varies always dueto .net Framework library so, they are many, but not countable.
You can say there's session, application, response, request, cookies, viewstate, error...etc
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashish sati
There are 9 objects in asp.net.They are
1)Application
2)Session
3)Cookies
4)Form Post
5)Cache
6)Context
7)View State
8)COnfig File
9)Query String
Is This Answer Correct ? | 1 Yes | 5 No |
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 mean of ASP?
What is classic asp application?
Explain the difference between cookies collection and form/querystring collection?
how to add master page in aspx page that is design before master page....
what is STLC in Testing
Why asp is called active server?
Define a cookies collection?
What is asp code?
Is asp the same as saas?
Explain how to handle error in asp?
How do cross-process communication work in the common language runtime?