Re: Single Sign-On User Credentials Question
Hi Trevor,
I am also trying to get single sign on to work with the sample code
provided by MS, but have not got as far you have.
This is the first time that I have carried out any kind of c# &
SharePoint programming so I on a bit of steep learning curve.
The problem I have is with this line
protected override void RenderWebPart(HtmlTextWriter writer)
//RenderWebPart
The error message is this.
Service.RenderWebPart(System.Web.UI.HtmlTextWriter)': no suitable
method found to override
I have absolutely no idea how to fix this problem or what means, so any
help that you would be willing to provide would be gratefully received.
Neil.
.
Relevant Pages
- Re: cant get evaluationfunction attribute set correctly on CustomValidator
... base.AddExpandoAttribute(writer2, controlId, "evaluationfunction", ... writer, string controlId, string attributeName, string attributeValue, bool ... protected override void AddAttributesToRender(System.Web.UI.HtmlTextWriter ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - Re: cant get evaluationfunction attribute set correctly on CustomValidator
... i found out that this is in the base class to my class (which is inherited ... from customvalidator) ... protected override void AddAttributesToRender(System.Web.UI.HtmlTextWriter ... protected override void AddAttributesToRender(HtmlTextWriter writer){ ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - Re: WM_COPYDATA Win32 -> C#
... This sample code I got from somewhere is working. ... struct COPYDATASTRUCT ... but lpData is always garbage on the .NET side. ... > protected override void WndProc ... (microsoft.public.dotnet.languages.csharp) - Re: Rich Textbox Problem
... public class MyTextBox: TextBox ... LinkButton b = new LinkButton; ... protected override void Render(HtmlTextWriter writer) ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - Re: Very Strange Problem! (Derived Controls) - Help!
... The best way to add attributes to a derived control is to override ... AddAttributesToRender method. ... protected override void AddAttributesToRender(HtmlTextWriter writer) ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) |
|