1
vote
4answers
57 views
In ASP.NET, is it OK to store user-specific data in profile with a caching mechanism rather than in session?
I have been reading articles about state management in ASP.NET for few days for my web application.
In this application, one user can create/save/execute queries, and I need to ke …
0
votes
2answers
36 views
Is profile data for current user retrieved just once
Hi
a) When current user accesses Profile object for the first time, does Asp.Net
retrieve a complete profile for that user or are profile properties retrieved one at the time as …
3
votes
2answers
67 views
How to create a UserProfile form in Django with first_name, last_name modifications ?
If think my question is pretty obvious and almost every developer working with UserProfile should be able to answer it.
However, I could not find any help on the django documentat …
0
votes
1answer
19 views
Profile and applicationName
Hi
1) Is there a reason why aspnet_Profile table doesn’t have ApplicationId column, while aspnet_Membership and aspnet_Roles tables do define ApplicationID columns?
2) If we …
0
votes
1answer
26 views
Google Analytics--My second profile to an existing domain not tracking
Hey Guys,
I created a second profile to my Analytics account to track SEO keywords. This is a second profile for my existing working domain. It has been 4 days and I still do no …
0
votes
1answer
36 views
Profile Memory Usage of Session State ASP.Net
I'm trying to figure out the size of a particular session state. On one of our heavy pages (lots of data in a table) it gets progressively slower. The issue is resolved by logging …
1
vote
1answer
55 views
Can I set a users profile image using the Facebook API?
I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not …
0
votes
1answer
60 views
Expiration of IPhone AdHoc Tester Provisioning Profiles
Is it possible to renew an adhoc tester's provisioning profile PRIOR to expiration? Currently, it seems I have to wait for it to expire before I can renew it -- which means that m …
0
votes
1answer
66 views
Drupal - Including more than one user_profile_form on a page?
Edit:
So, I've been working on this for hours now... I think it's because the action is the same or something... I tried to modify the action using this:
function mytheme_use …
0
votes
1answer
24 views
Activate profile in depended-on POM?
My company writes companion products for project management software that uses that software's Java API. They release new API versions with new releases of their products, and als …
1
vote
1answer
84 views
adding an application to a profile tab in facebook
I have created an application which needs to have a profile box tab which has a link in it pointing to the main application.
However I've tried to add the application to the tab a …
1
vote
2answers
162 views
Maven - activate child profile based on property
Scenario:
Given
Parent POM which defines a profile and a child (as module)
Child project(s) that will be using the profile by referring to the parent POM.
The intent is to sk …
0
votes
2answers
208 views
code sign error while installing application on iPhone
Hello all,
I have registered for Apple Developer Program. I have installed my provisioning profile and other certificates successfully. But still, I am getting error while install …
1
vote
3answers
134 views
how to use Profile.GetProfile() in a library class?
I cant figure out how to use 'Profile.GetProfile()' method in a library class.
I tried using this method in a Page.aspx.cs and it worked perfectly.
How can I make a method that wo …
1
vote
1answer
36 views
Get list of users’ profiles values with standard fields, like email.
I have the ASP.NET application. I use authentication with user profiles. I use SQL Server as a data provider. What I want to do is to get fill the GridView control with all the use …
