What are different options to store state in ASP.NET
applications?
Answers were Sorted based on User's Feedback
Answer / guest
View state, Hidden fields, Cookies, Query strings,
Application state, Session state and Profile Properties
| Is This Answer Correct ? | 2 Yes | 0 No |
To which namespace does the control class belong?
What is the extension of a compiled help project file?
What is form record?
How do you display an editable drop-down list?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What are ACID properties of a transaction in DBMS (Database Management System)?
Explain the new events in textbox that has been included in vb?
which property is used to change to some value to access a identity column in datacontrols?
Where is system windows forms dll?
What is the use of runworkasync() methods?
how barcode print on the win form
how to call constructor in abstract class