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 |
Explain how to prepare culture-specific formatting in .net.
Explain what a diffgram is, and a good use for one?
How will you maintain versioning in asp.net 2.0?
What is the difference between application state and caching?
What is a gridview in asp.net?
How do you identify that the page is postback?
Explain how can you debug your .net application?
What is http pipeline in asp.net?
If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?
How does the iis work?
Will session work if cookies is disabled?
Is it possible to change the index of primary key on table?