Encapsulation
Latest Answer: Encapsulation ...
Latest Answer: Query String is the part of a URL that contains data to be passed to web pages. Query string is a client side state management technique. URL is followed by Querystring separated by "?".Using Query string we can pass small values in plain ...
Latest Answer: View State data is stored in Hidden Field. This is fine as far as small amount of data is stored. What will happen if I want to store large chunk of data (I know View state is not preferred in such scenario, just let us assume). In that case multiple ...
Latest Answer: Web User Control:1) Easy to Create.2) It Can be used inside the same Application.(To use it in other application we need to add it to that project.)3) It Can take advantage of Caching Technique.Web Server Control:1) Bit tuff to create as compare to ...
Which is the best session management system in ASP.Net - viewstate, cookies, application, Urlencoding? Justify
Latest Answer: In asp.net List server controls like DataGrid, ListBox and HTMLSelect use a collection as a data source. for example listbox uses list item as a chield control, but in case of windows there is no list items.When you call DataBind on a parent control, ...
Latest Answer: Generic provides typesafety for classes, proporties, delegates, Methods. ...
Latest Answer: Cookie Information will be stored in a txt file on client system under a
folder named Cookies. Search for it in your system you will find it.
Coming to Session State
As we know for every process some default space will be allocated by OS.
In case ...
Latest Answer: Two ways you can achieve this.1) You can use javaScript to validate the data.2) You can use Validation Controls. (One for Client Side Validation One for Server Side Validation)Even though Validation controls are Server controls, by default it works on clientside ...
Latest Answer: Session Management can be achieved in two ways1)InProc2)OutProcOutProc is again two types1)State Server2)SQL Server
InProcAdv.:1) Faster as session resides in the same process as the application2) No need to serialize the dataDisAdv.:1) Will degrade ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top