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 |
Difference between asp and asp.net ?
4 Answers Accenture, BirlaSoft, TCS,
What are the advantages and disadvantages of viewstate ?
What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.
what is the advantage of data reader?
What is & in a url?
Can we have 2 web config files?
Explain how viewstate is being formed?
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.
What is Difference between Application object and Session Object
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How to create multi language website in asp.net mvc? : Asp.Net MVC
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.