What is Stateless ASP or ASP.Net?
Answers were Sorted based on User's Feedback
Answer / kautilya
In fact HTTP protocol is stateless. so asp and asp.net both
are stateless.
Is This Answer Correct ? | 34 Yes | 9 No |
Answer / manisha
In Stateless Application there is no need to maintain a
state of application .without maintaing a state application
is just like a static website .User can only check or click
on that site .But Can't Intract with Backend.
Is This Answer Correct ? | 11 Yes | 14 No |
Does C# support static class?Is Static class be inherited by any class?
What is difference between datalist and gridview?
What is the difference between session and viewstate in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is a master page and what does it do?
what is DLL Hell and how it is solved in .NET? please explain clearly??
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is asynchronous call?
what are the differences between windows services and web services?
Types of optimization and name a few ?
What is advantage of viewstate and what are benefits ?
Explain model, view and controller represent in an mvc application? : asp.net mvc