what is profiles in asp.net



what is profiles in asp.net ..

Answer / 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

More ASP.NET Interview Questions

Difference between asp and asp.net ?

4 Answers   Accenture, BirlaSoft, TCS,


What are the advantages and disadvantages of viewstate ?

1 Answers  


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


what is the advantage of data reader?

2 Answers  


What is & in a url?

0 Answers  


Can we have 2 web config files?

0 Answers  


Explain how viewstate is being formed?

0 Answers  


Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


What is Difference between Application object and Session Object

5 Answers  


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

0 Answers  


How to create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Categories