Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between application and cache variables?

Answer Posted / rajnish kr bhatt

Application var is global to user however cache is specific
to user

Is This Answer Correct ?    3 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make sure that Web API returns JSON data only?

1070


Are cookies stored on server or client?

1001


What is active web pages?

1006


Explain the concept of View Model in MVC?

1079


What is a form tag?

927


What is the main differences between asp and asp.net?

1142


What is role-based security in asp.net?

1139


What are validator? How do you disable them?

1201


What are the different authentication modes in asp.net?

1064


Can we have multiple web config files for an asp.net application?

1030


What are the Types of object in asp

1182


What is the mvc framework?

1052


How do cookies work?

1035


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.

1861


How you can add an event handler?

1012