Answer Posted / dhana sekhar
session.abandon()---this is used to destroy the all the
objects stored in a session.and realese the all the
resources.
session.clear()--used to cleare the session variables
Ex:session["a"]=null;
session.remove()--used to delete an item from seesion-
collection
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the file extension of web service?
How do we implement bundling in MVC?
What language does asp.net use?
What I need to create and run an asp.net application?
what cut off mark for po's,what questions they asked for interview?
What is globalization and localization in asp net?
Describe paging in asp.net?
What is variable and constant in .net programming language?
explain code with multi inhertance
Is data edited in the Repeater control?
What are Authentication and Authorization?
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 tuples?
Why do we need Sessions?