suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
L&T,
1 5575how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?
IBM,
2 4808how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?
IBM,
2229
What is page fragment caching?
How to fetch a data from one table to another table in asp.net ?
What is preprocessor in .net?
What is ispostback method in asp.net? Why do we use that?
Describe the method to create a permanent cookie?
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 is it possible for .NET to support many languages?
What is the difference between system.stringbuilder and system.string
How many languages are supported by .NET at present time?
How do you open a page in a new window?
Do cookies store passwords?
What is the use of HttpHandlers? When to use this?
Can you use c# without .net?
What is view state and how it works in asp net?
How do I use response redirect?