Answer Posted / guru gangadhar
Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Define page fragment caching?
What is session and cookies in asp.net?
What kind of data we can store in viewstate?
Explain how asp.net different from asp?
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 html helpers in asp.net?
How long should a session id be?
What are the features of asp net?
what is loosely coupled solution? How it can be used?
Why do we need a web application session?
How do you remove duplicates without using remove duplicate stage?
Explain the difference between debug.write and trace.write? When should each be used?
What are the different types of validation controls in asp.net?
What is the importance of Global.asax in ASP.NET?
Explain the difference between globalization and localization techniques