about view state and how validation controls will be
executed on client and server

Answer Posted / janardan baghla

View state is the object which is used to store the values
of a particular page during postback.It stores the values
in a hidden form field in form of string.And if again page
is loaded then it reloads the values of the controls on
particular page from the viewstate.Validation controls are
execute on clien-side.They contains isValid property which
is used to valid the control.Then it executes on the server.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between custom web user control and a custom web server control?

592


How can you implement the postback property of an asp.net control?

626


Demonstrate Render and PreRender?

691


Can you nest updatepanel within each other?

644


What is new asp.net core?

658






What is the difference between equals() and == in c#?

654


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1527


How to do state management in ASP.NET?

682


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

635


Differentiate globalization and localization.

671


What is asp according to you?

619


What are session objects?

614


What is smpte vc-1?

663


How does a web application session work?

647


What is the asp.net control toolkit?

654