2
votes
3answers
152 views
Problem with SPGridView and SPGridViewRow.FindControl
Hi All,
In a SharePoint webpart I am displaying an SPGridView. The SPGridView control is inside an Ajax updatepanel and is bound to a datatable in the code.
The columns for the g …
1
vote
3answers
71 views
Any problems using Smartparts to host ASP.NET user controls directly in Sharepoint?
I am thinking about using SmartParts (http://www.codeplex.com/smartpart) to directly Host ASP.NET user controls in sharepoint.
This needs however that I manually copy all user con …
1
vote
1answer
80 views
I want to use ASPCOMPAT=true as an attribute of @Page directive
I get the following error on SharePoint pages: "aspcompat not alowed on this page" when I try to use it. Please help.
1
vote
1answer
135 views
How to restart IIS on all servers of farm from SharePoint Application Page
SharePoint provides an option in Create New WebApplication page that says Restart IIS Automatically. This restarts IIS on all servers of the farm.
What can I do to trigger this pr …
0
votes
1answer
116 views
clscompliance parser error when adding web part in webpartzone zonetemplate
i am adding a web part directly into a zonetemplate in a page layout
when i insert a custom web part that has a web part property of type uint, i get an YSOD server error:
Parser …
1
vote
2answers
129 views
STS site definition different “default.aspx” - (default document in site collection) (Solved)
I have an STS-based site collection and I have changed the "default.aspx" default document reference as follows:
My onet.xml:
<Module Name="Default" Url="" Path="">
& …
3
votes
7answers
325 views
ASP.Net WebPart or SharePoint WebPart
This is an almost religious question; what are your preferred base class for building WebParts in SharePoint? Are you using the ASP.NET WebPart (System.Web.dll) or the SharePoint W …
2
votes
2answers
69 views
How do I allow users to change their password (ASP.NET membership)
Title says it all. I have an ASP.Net membership database (extranet) site set up, but users have no way to change thier passwords.