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
What is the difference between custom web user control and a custom web server control?
How can you implement the postback property of an asp.net control?
Demonstrate Render and PreRender?
Can you nest updatepanel within each other?
What is new asp.net core?
What is the difference between equals() and == in c#?
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.
How to do state management in ASP.NET?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Differentiate globalization and localization.
What is asp according to you?
What are session objects?
What is smpte vc-1?
How does a web application session work?
What is the asp.net control toolkit?