What are the objects in asp.net and tell the purpose of
those objects
Answers were Sorted based on User's Feedback
Answer / dhasaradhan
There are 5 objects in asp.net
1.Response:This object is to response to other eg:
2.Request:This object is request from server
3.Application: This object is store global information of
application.
4.Session:This object used store the values into variable.
5.Server:
Is This Answer Correct ? | 13 Yes | 6 No |
hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls
how many server controls are presented in vb.net
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
What is a stream in vb.net?
Explain the observations between vb.net and vc#.net?
What is branching logic control in VB.NET?
What is the difference between value and reference types?
What is intermediate language in .NET ?
20 Answers Digital GlobalSoft,
What are the difference between dispose(), close(), exit(), end()?
How can we store decimal data in .net?
Explain the advantages of vb.net?
hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha