C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » Sharepoint »

Some interview Qs, I need Answers


Posted Date: 02 Nov 2009      Posted By: Munni      Member Level: Silver     Points: 1   Responses: 4



1. What is work flow and name the out of the box share point work flows?
2. What is site definitions and what is the use of it?how could we create custom site definition?
3. what is a List definition..how could you create a custom list definition?
4. How could you add a site definitions to the share point?
5. SPTHEME.xml?
6. how to create a asp.net Custom control and use it in sharepoint?
7. did you use share point solution generator?what is the advantage and use of it?





Responses

Author: Shivshanker Cheral    02 Nov 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

3) what is a List definition..how could you create a custom list definition?

refer : http://msdn.microsoft.com/en-us/library/ms466023.aspx

6) how to create a asp.net Custom control and use it in sharepoint?

Sample code for custom control asp.net and Vb


<%@ Page Language=VB Debug=true %>
<%@ Register
TagPrefix="My"
TagName="SimpleControl"
Src="UserControlControls.ascx"
%>
<HTML>
<HEAD>
<TITLE>Implementing a User Control on an ASP.NET Page</TITLE>
</HEAD>
<BODY LEFTMARGIN="40">
<form
runat="server"
id="MyForm"
>
<BR><BR>
<My:SimpleControl
id="MSC1"
runat="server"
/>
</form>
</BODY>
</HTML>

<%--UserControlControls.ascx
<Table style="font: 10pt verdana;border-width:1;
border-style:solid;border-color:black;" cellspacing="15">
<TR>
<TD>
<asp:Label
id="lbl1"
runat="server"
Font-Bold="True"
Text="User Name: "
/>
</TD>
<TD>
<asp:TextBox
id="txtUserName"
runat=server
/>
</TD>
</TR>
<TR>
<TD>
<asp:Label
id="lbl2"
runat="server"
Font-Bold="True"
Text="Password: "
/>
</TD>
<TD>
<asp:TextBox
id="txtPassword"
runat=server
TextMode="Password"
/>
</TD>
</TR>
</Table>

--%>




Author: Shivshanker Cheral    02 Nov 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

1) What is work flow and name the out of the box share point work flows?
refer : http://msdn.microsoft.com/en-us/library/cc748597.aspx

5)SPTHEME.xml?
refer: http://blogs.msdn.com/ketaanhs/archive/2009/07/01/modifying-spthemes-xml-programmatically-to-deploy-new-themes-moss-2007-wss-3-0.aspx



Author: Munni    02 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

Thanks ShivShanker!!


Author: Pradeep Kumar    13 Nov 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

2) You can create SiteDefinition using Solution Generator.
http://msdn.microsoft.com/en-us/library/bb802774.aspx


7) The SharePoint Solution Generator is a stand-alone application that can convert site into a Visual Studio 2005 site definition project that can be compiled into a SharePoint solution.

http://weblogs.asp.net/soever/archive/2006/11/11/SharePoint-Solution-Generator-_2D00_-part-1_3A00_-create-a-site-definition-from-an-existing-site.aspx



Post Reply
You must Sign In to post a response.
Next : How to show reports in shrepoint MOSS site
Previous : 0 votes 0answers 1 views how to connect sharepoint content database to my web part applic
Return to Discussion Forum
Post New Message
Category: Sharepoint

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use