0
votes
0answers
6 views
Display WebPart controls if user is logged in - ASP.NET 3.5
I know it's possible to use the LoginView code to display content when the user is logged in. But I am trying to do this with a webpart control, but when I do this with the drop down list for picking …
0
votes
0answers
10 views
vb.net .aspxauth
I am working with a large site trying to implement web parts for particular users in a particular subdirectory but I can't get the .ASPXAUTH cookie to be recognized. I've read dozens of tutorials and …
0
votes
1answer
23 views
ASP.NET web parts - not stored in a cookie
Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a …
0
votes
1answer
15 views
how to create a web part to track page creation time
Hello everyone,
I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5.
I want to create a simple web …
1
vote
5answers
44 views
What is the difference of webparts and websites?
i dont know the actual use of webparts , so. better to know difference with webpage ?
any answer is appreriate..
0
votes
0answers
9 views
Custom Personalization Provider - Implement FindState method
I have been breaking my head over this. I appreciate any help.
I have a custom PersonalizationProvider, custom WebPartManager and custom WePart class. I have custom data tables for storing the …
0
votes
0answers
21 views
Web Parts - User Personalization Data in .NET
Is there a way to get a list of all web parts added by each user from the Web Part User Personalization data?
0
votes
2answers
87 views
Creating profitable sharepoint webparts
At my day job, we are currently porting our portal to Sharepoint MOSS 2007. Like it or not, there is alot of big companies following suit. After working with the consulting company that setup ours …
0
votes
0answers
30 views
How to access a stylesheet file from a webpart
Hi, I have a webpart and while I was adding some style classes, I figured I'd just reuse some stuff I already wrote in a global Stylesheet.css. This stylesheet is linked to by the Master Page. Well, …
7
votes
4answers
3k views
Sharepoint: Web Part vs. ASP.NET User Control
When creating web parts for Sharepoint, is it better to create an actual web part, or is using and ASP.NET User Control (.ascx) just as good?
I already know how to create the user controls that I …
0
votes
3answers
50 views
Can i deploy MOSS based webparts on ASP.NET web form and how
Hi,
i need to know, if we can deploy webparts that are created in MOSS for MOSS on a ASP.NET page and use them. Or is there any way of using the webparts with MOSS.
TIA,
Nimish
0
votes
3answers
75 views
Webparts in asp.net?
what is webparts in asp.net? a simple example on webparts. thank you in advance.
1
vote
0answers
77 views
Sharepoint ECB menu items not visible when doc lib is displayed in a web part.
My document context menus display correctly when accessed directly from a document library but when this same doc lib is displayed in a web part, the context menu is missing various items. I debugged …
0
votes
0answers
39 views
Sorting option not working in a spgridview.
I have created a webpart which contains a spgridview that is bound to a dataview.My problem is that even though i have set the allowsorting option to true ,the gridview header shows no link buttons.
…
1
vote
7answers
1k views
Sharepoint webpart and overiding the css style
Have a look at this picture
Does anyone know what css style is used for the line/border highlighted in red? I'm trying to over ride it in my custom style sheet but I’m not having any luck, so far …
