Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:636754
More Search Options
RSS Available
Matching Posts
Re: Problem in Adding Webpart to the zone.
Hello, The webpart that you are tyring to add might have personalized. so reset the personalization and try adding the webpart again. you can reset the personalization by two ways either by using WebpartManager.Personalization.ResetPersonalizationState() or open the PersonalizationPerUser table in ASPNETDB.mdf and remove all the records. Hope this will help you :) Cheers, Sivakumaar
Posted to
Web Parts and Personalization
(Forum)
by
Sivakumaar
on 1/11/2007
How to create editor part as usercontrol ? (Webparts)
Hello, I'm working on an application which uses custom webparts. I was able to create webparts as user control, but I couldnt create editor part as user control. I could create editor part as customcontrol, but layout designing is very difficult as we need to add html tags manually to the customcontrol. I preferred Usercontrol as the layout designing is easy as we can drag & drop the controls from tool box to the usercontrol I couldnt find any guide regarding creating editor part as usercontrol
Posted to
Web Parts and Personalization
(Forum)
by
Sivakumaar
on 1/10/2007
Re: How to prevent browser and proxy caching of web pages
Hi LudovicoVan , I had tried Response.Cache.SetCacheability(HttpCacheability.NoCache); it refreshes the page perfectly. but instead of refreshing the page, i want to display the "WebPage Expired" error page when the user clicks the back button. is it possible, if yes, please give the solution to achieve this? Thanks in advance Regards, Siva
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
Sivakumaar
on 12/5/2006
Copy Personalization
I need to copy the personalization of one user to another user. I have the following code for the Custom Personalization provider which will copy personalization data from one user to another user. public bool CopyPersonalization( WebPartManager webPartManager, string path, string fromUser, string toUser) { byte [] userBlob = new byte [255]; byte [] sharedBlob = new byte [255]; try { this .LoadPersonalizationBlobs(webPartManager, path, fromUser, ref sharedBlob, ref userBlob); this .SavePersonalizationBlob
Posted to
Web Parts and Personalization
(Forum)
by
Sivakumaar
on 2/23/2006
Unable to Add Webparts dynamically for anonymous users
Hi All, In my web application i have created custom webparts and i'm adding that webparts dynamically to the webpage using WebPartManager. The following code implements the above process if (WebPartManager1.WebParts.Count == 0) { currentSelectionWebPart = new BaseWebPartControl(); currentSelectionWebPart.ExportMode = WebPartExportMode.All; currentSelectionWebPart.Title = "Current Selection"; WebPartManager1.AddWebPart(currentSelectionWebPart, WebPartZone6, WebPartZone6.WebParts.Count); } The above
Posted to
Web Parts and Personalization
(Forum)
by
Sivakumaar
on 12/13/2005
Page 1 of 1 (5 items)
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online