What are the asp.net objects? is it application obects,
cache objests etc. or is it state managements, web services etc?
Answer Posted / mani
ASp.net contain 5 objects
Request
Response
server
Session
Application.
It's belongs to state management
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How would you create a permanent cookie?
Whats the difference between abstract factory pattern and factory pattern?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is autopostback true?
Explain difference between dataset and datareader?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How can we create custom controls in asp net?
Explain an object, class and method.
What is the use of dispose method?
What are server objects?
What permissions do asp.net applications posses by default?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How to prevent client side validation from the ASP.NET validation controls?
Explain the working of passport authentication.