How many view state can be hold by a aspx page ?
Answer Posted / pavan singh
on the page_load we can increment the objecy and find it
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the difference between GridView and Repeater controls in ASP.NET?
Which methods validate all the controls on a page?
What are the Types of session management in ASP.NET
What are all the various Estimation Techniques available ?
What is web configuration file and how to use in web application
What is the difference between session.abandon() vs clear()?
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.
What are Authentication and Authorization?
What is the difference between “Web.config” and “Machine.Config”?
Explain code snippet to register exception filters from controller?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is %20 in a url?
Define view state.
Is a dll file an executable?
What is event bubbling?