Types of values mode can hold session state in Web.Config?
Answer Posted / nilesh lende
View state: values are stored automatically hidden field in
client side
Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
Where sessions are stored?
Explain weak typing and strong typing.
What are asp.net web forms?
How to implement Authentication and Authorization?
Give a few examples of page life cycle events.
Can a .net web application consume java web service?
What is difference between view state and session state?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is runat?
What is difference between asp.net and asp?
What is razor? : asp.net mvc
What is another word for redirect?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is Bundling and Minification in MVC?