Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Mail on every exception Pin
Rock Star.24-Dec-09 0:19
Rock Star.24-Dec-09 0:19 
AnswerRe: Mail on every exception Pin
R. Giskard Reventlov24-Dec-09 0:01
R. Giskard Reventlov24-Dec-09 0:01 
GeneralRe: Mail on every exception Pin
Rock Star.24-Dec-09 0:08
Rock Star.24-Dec-09 0:08 
AnswerRe: Mail on every exception Pin
i gr824-Dec-09 2:38
i gr824-Dec-09 2:38 
GeneralRe: Mail on every exception Pin
Rock Star.24-Dec-09 3:36
Rock Star.24-Dec-09 3:36 
AnswerRe: Mail on every exception Pin
Abhishek Sur24-Dec-09 11:07
professionalAbhishek Sur24-Dec-09 11:07 
GeneralRe: Mail on every exception Pin
Rock Star.27-Dec-09 22:32
Rock Star.27-Dec-09 22:32 
QuestionUpdate profile for other users Pin
MDem23-Dec-09 22:51
MDem23-Dec-09 22:51 
Hello. I'm building some management page that should allow change profiles for users.

Web config looks like this:
<profile enabled="true">
			<providers></providers>
			<properties>
				<add name="InstanceIDs" type="string" serializeAs="String"/>
			</properties>
		</profile>


Then I need to load some user's profile, change property and then save. I do the following:
ProfileCommon PC = (ProfileCommon)ProfileCommon.Create(UserName.Value, true);
PC.InstanceIDs = "1,2,3";
PC.Save();


Nothing happens. The profile was not saved or updated.

May be important. The database table aspnet_Profiles has only one row. For my logged in user. Save for logged in users in other cases works. For manually created profiles Save doesn't make a sence.

My best regards

QuestionAdding asp controls using Javascript Pin
getaccessyr23-Dec-09 20:44
getaccessyr23-Dec-09 20:44 
AnswerRe: Adding asp controls using Javascript Pin
Abhishek Sur23-Dec-09 20:51
professionalAbhishek Sur23-Dec-09 20:51 
GeneralRe: Adding asp controls using Javascript Pin
getaccessyr23-Dec-09 21:00
getaccessyr23-Dec-09 21:00 
GeneralRe: Adding asp controls using Javascript Pin
Abhishek Sur23-Dec-09 21:42
professionalAbhishek Sur23-Dec-09 21:42 
GeneralRe: Adding asp controls using Javascript Pin
getaccessyr23-Dec-09 21:43
getaccessyr23-Dec-09 21:43 
GeneralRe: Adding asp controls using Javascript Pin
sashidhar23-Dec-09 22:11
sashidhar23-Dec-09 22:11 
GeneralRe: Adding asp controls using Javascript Pin
getaccessyr23-Dec-09 23:50
getaccessyr23-Dec-09 23:50 
GeneralRe: Adding asp controls using Javascript Pin
Abhishek Sur24-Dec-09 7:13
professionalAbhishek Sur24-Dec-09 7:13 
GeneralRe: Adding asp controls using Javascript Pin
sashidhar23-Dec-09 22:18
sashidhar23-Dec-09 22:18 
QuestionCrystal Reports license Error Pin
NinaWilliam23-Dec-09 19:02
NinaWilliam23-Dec-09 19:02 
AnswerRe: Crystal Reports license Error Pin
Abhishek Sur23-Dec-09 20:52
professionalAbhishek Sur23-Dec-09 20:52 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam26-Dec-09 22:09
NinaWilliam26-Dec-09 22:09 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam27-Dec-09 23:18
NinaWilliam27-Dec-09 23:18 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam30-Dec-09 18:56
NinaWilliam30-Dec-09 18:56 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam30-Dec-09 19:22
NinaWilliam30-Dec-09 19:22 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam16-Jan-10 21:20
NinaWilliam16-Jan-10 21:20 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam23-Jan-10 20:22
NinaWilliam23-Jan-10 20:22 

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.