What is stateless asp or asp.net ?
Answers were Sorted based on User's Feedback
Answer / sks
Both ASP and ASP.NET are stateless. Because both ASP and
ASP.NET uses HTTP protocol which is stateless.
Is This Answer Correct ? | 17 Yes | 2 No |
write a sample code make use of xmltext writer
They mostly asked difference between versions of technologies
How does windows service lifecycle differ from a .standard. Exe?
What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is the size of Get method and how much data it can store?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is application Object?
Define managed code and managed data in .net?
Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.
What r the asp.net list controls and difference between them?