Click here to Skip to main content
16,016,290 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionObjectDataSource Parameter. Please Help. Pin
DotNetDominator1-May-06 4:41
DotNetDominator1-May-06 4:41 
AnswerRe: ObjectDataSource Parameter. Please Help. Pin
Colin Angus Mackay1-May-06 4:58
Colin Angus Mackay1-May-06 4:58 
AnswerRe: ObjectDataSource Parameter. Please Help. Pin
minhpc_bk1-May-06 13:47
minhpc_bk1-May-06 13:47 
GeneralRe: ObjectDataSource Parameter. Please Help. Pin
DotNetDominator2-May-06 7:03
DotNetDominator2-May-06 7:03 
QuestionMultiple Data Adapter Pin
Mansurali1-May-06 3:09
Mansurali1-May-06 3:09 
AnswerRe: Multiple Data Adapter Pin
minhpc_bk1-May-06 13:48
minhpc_bk1-May-06 13:48 
QuestionCustomization of Web Part in Visual Studio 2005 Pin
goyal manish1-May-06 2:44
goyal manish1-May-06 2:44 
AnswerRe: Customization of Web Part in Visual Studio 2005 Pin
minhpc_bk1-May-06 13:50
minhpc_bk1-May-06 13:50 
Hi there,
By default, the ASP.NET uses the the SQL Express database file in the App_Data to store the personalization data. If this file is not available, the ASP.NET will automatically add it to the application. As you may already know that the central class in the Web Parts is the WebPartManager which responsible for persisting the personalization data. The WebPartManager serializes and persists the properties of the web part control which are marked with the Personalizable attribute. In the AspnetDb, there 3 tables which are used for the personalization, they are aspnet_Paths, aspnet_PersonalizationAllUser, aspnet_PersonalizationPerUser. You also see that the personalizable property is saved as binary data because the property is serialized with the ObjectStateFormatter object. You can read more about this in MSDN:

Web Parts Personalization Overview [^]
AnswerSearch for "web part" in www.KYNOU.com Pin
OmegaCD1-May-06 16:14
OmegaCD1-May-06 16:14 
QuestionRegarding Import From Excel Pin
Murthy India1-May-06 2:02
Murthy India1-May-06 2:02 
AnswerRe: Regarding Import From Excel Pin
Mike Ellison1-May-06 2:28
Mike Ellison1-May-06 2:28 
QuestionServer Error, please help!!! Pin
Commickey1-May-06 1:24
Commickey1-May-06 1:24 
AnswerRe: Server Error, please help!!! Pin
Mike Ellison1-May-06 2:34
Mike Ellison1-May-06 2:34 
GeneralRe: Server Error, please help!!! Pin
Commickey1-May-06 2:39
Commickey1-May-06 2:39 
QuestionAlert Box Pin
Balwan1-May-06 0:52
Balwan1-May-06 0:52 
AnswerRe: Alert Box Pin
Mike Ellison1-May-06 2:38
Mike Ellison1-May-06 2:38 
AnswerRe: Alert Box Pin
goyal manish1-May-06 2:46
goyal manish1-May-06 2:46 
AnswerRe: Alert Box Pin
OmegaCD1-May-06 16:18
OmegaCD1-May-06 16:18 
QuestionHTML Text Box Pin
sudharsong1-May-06 0:43
sudharsong1-May-06 0:43 
AnswerRe: HTML Text Box Pin
Mike Ellison1-May-06 2:42
Mike Ellison1-May-06 2:42 
AnswerRe: HTML Text Box Pin
Kanjinghat3-May-06 23:21
Kanjinghat3-May-06 23:21 
GeneralRe: HTML Text Box Pin
sudharsong4-May-06 0:59
sudharsong4-May-06 0:59 
QuestionCreate installer with VS2005 Pin
awu251-May-06 0:37
awu251-May-06 0:37 
AnswerRe: Create installer with VS2005 Pin
Mike Ellison1-May-06 2:49
Mike Ellison1-May-06 2:49 
QuestionAlert Box Pin
Balwan30-Apr-06 23:03
Balwan30-Apr-06 23:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.