what is profiles in asp.net

Answer Posted / priya

Membership can also be integrated with the user profile to
provide application-specific customization that can be
tailored to individual users.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To display data in a Repeater control which template you provide?

586


I’m having some trouble with cas. How can I diagnose my problem?

589


What is role-based security in asp.net?

519


Elaborate differentiation between Cache and Application?

532


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.

1438






What is session and cookies in asp.net?

548


What is the use of dispose method?

559


What is the difference between CC and BCC?

611


Explain the asp.net page life cycle.

550


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

480


What is the difference between abstract class vs interface? Can give me the real time examples?

486


Is asp.net a language?

522


What I need to create and run an asp.net application?

510


What is server side routing?

497


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

433