Go 4 Sharepoint
Search:
Home
|
Articles
|
Forum
|
Interview FAQ
|
Activities
|
News
|
Videos
|
Poll
|
Links
|
People
|
Groups
Welcome:
Guest!
Login
Register
MOSS
Sharepoint
Sharepoint 2010
WSS
Interview FAQs
Home
»
Interview FAQs
Submit Interview FAQ
RSS Feeds
Sharepoint
Comments: 0
What does the RenderContents method do in an ASP.NET 2.0 WebPart?
The render contents method will render the WebPart content to the writer, usually an HtmlTextWriter since WebParts will output to an HTML stream. RenderContents is used to tell how the controls that are going to be displayed in the WebPart should be ...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Sharepoint
Comments: 0
What is strong naming (signing) a WebPart assembly file mean?
Signing an assembly with a strong name (a.k.a strong naming) uses a cryptographic key pair that gives a unique identity to a component that is being built. This identity can then be referred throughout the rest of the environment. In order to install...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Sharepoint
Comments: 0
What are safe controls, and what type of information, is placed in that element in a Sharepoint
What are safe controls, and what type of information, is placed in that element in a Sharepoint web.config file?
When you deploy a WebPart to Sharepoint, you must first make it as a safe control to use within Sharepoint in the web.config file. E...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Sharepoint
Comments: 0
What are the differences between the two base classes and what are the inherit benefits of usin
What are the differences between the two base classes and what are the inherit benefits of using one over another?
The difference is the Microsoft.Sharepoint.WebPartPages.WebPart base class is meant for backward compatibility with previous versi...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Sharepoint
Comments: 0
What are the two base classes a WebPart you are going to use within Sharepoint 2007 can inherit
What are the two base classes a WebPart you are going to use within Sharepoint 2007 can inherit from?
There are two base classes that a WebPart which is going to be consumed by Sharepoint can inherit from, either the Sharepoint WebPart Base class ...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Sharepoint
Comments: 0
What are the integration differences between SPS 2003 and the various Office versions?
SPS webpage can detect you have installed the Office 2003 and run local dll to implement some SPS function, e.g. multi-file upload only works when you have office 2003 installed.
Integration with Office XP is gone.
You will get guys telling you t...
Posted By:
Tarang Nayak
Posted On:
Mar 12, 2011
Previous
4
5
6
7
8
9
10
11
12
13
14
Next