Briefly explain how server form post-back works, DOT NET Programming

Assignment Help:

Briefly explain how server form post-back works ? 

Post Back: The process in which a Web page sends data back to the similar page on the server.

View State: View State is the mechanism ASP.NET uses to keep track of server control state values that don't otherwise post back as part of the HTTP form View State Maintains the UI State of a Page View State is base64-encoded. It is not encrypted but it can be encrypted by setting Enable View Stat MAC="true" & setting the machine Key validation type to 3DES. If you want to NOT maintain the View State, contain the directive < %@ Page Enable View State="false" % > at the top of an .aspx page or add the attribute Enable View State="false" to any control.

 


Related Discussions:- Briefly explain how server form post-back works

Denormalization, What is denormalization? The Denormalization is the pr...

What is denormalization? The Denormalization is the process of putting one fact in numerous places (i.e. the vice-versa of normalization). Only one valid reason exists for deno

Package forwarding website design and develop, Project Description: We w...

Project Description: We want to prepare a package forwarding website. Package forwarding refers to a service where US forwarder provides International shoppers with a US address

Prepare one web based application, I want to prepare one web based applicat...

I want to prepare one web based application which have student registration and according to semester and every time it will change as per semester change according, now student ge

What is different overloading and overriding, What is different overloading...

What is different overloading and overriding, please explain

Define gac-how to add assembly from gac, GAC (Global Assembly Cache) is us...

GAC (Global Assembly Cache) is used where shared .NET assembly resides.Global Assembly Cache is used in the following situations:- 1) When the application has to be shared among

Calculating the sum of digits - c# program, Calculating the Sum of Digits -...

Calculating the Sum of Digits - C# Program Hi, Can any of you, tell me how can i calculate the sum of digits of a given number?

Looking for a solution to import the excel data, Project Description: I ...

Project Description: I am having a table available in excel format and features the subsequent: - It has about 170000 rows - Some text is longer than 255 in length. - S

In what instances you will declare constructor to be private, When we creat...

When we create a private constructor, we can not create object of the class directly from the client. So you will use the private constructors whenever you do not want instances of

How many types of generations are there, How many types of generations are ...

How many types of generations are there in a garbage collector? Memory management in the CLR is separated into three generations that are building up by grouping memory segment

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd