Sharepoint interview questions and answers Cont…

What does a SPWebApplication object represent? The SPWebApplication objects represents a SharePoint Web Application, which essentially is an IIS virtual server. Using the class you can instigate high level operations, such as getting all the features of an entire Web Application instance, or … [Read more...]

How to Debug Silverlight application deployed in SharePoint 2010

Debug

Refer Article how to DEPLOY the Silverlight application in share Point 2010. Once you deploy the Silverlight application, Go to the Debug –> Attach to Process, in that Select the Process like Start and IExplorer [Name of your application where you deployed the Silverlight application]. Refer … [Read more...]

How to deploy silverlight application in sharepoint 2010

5.1

Once you develop the application you need to deploy the application, there are different ways to deploy the application; I will explain the two ways to deploy the application into SharePoint 2010. 1)     Uploading the XAP file in to the SharePoint document library 2)     Deploy … [Read more...]

Sharepoint interview questions and answers Cont…

What is CAML, and why would you use it? CAML stands for Collaborative Application Markup Language. CAML is an XML based language which provides data constructs that build up the SharePoint fields, view, and is used for table definition during site provisioning. CAML can be used for a variety … [Read more...]

Sharepoint interview questions and answers Cont…

What are event receivers and When would you use an event receiver? Event receivers are classes that inherit from the SpItemEventReciever or SPListEventReciever base class (both of which derive out of the abstract base class SPEventRecieverBase), and provide the option of responding to events as … [Read more...]

How to disable the scroll bar in the Asp.net page

There are various scenario’s exist. 1) Sometime the scroll bar will not appear in the IE8 pages where as it will appear in the IE7 pages or window. Check the comparability that is, if you are using the IE7 then install the new browser IE8. 2) If you are using the "Show model Dialog" pop up … [Read more...]

How to debug javascript in asp.net 2010 contd

2. how to debug javascript in asp.net in vs 2010 - Continued

First follow the below steps from the below article, How to debug javascript in asp.net 2010 After that just you have to keep the Break point in the Java script and Check the below steps, In Visual studio 2010, we are having the folder “Scripts”. Add your script files in that folder. … [Read more...]

How to debug javascript in asp.net 2010

how to debug javascript in asp.net in vs 2010jpg

The debugger cannot debug both Silverlight code and Script code at the same time, if the Silverlight debugger is selected JavaScript debugging is switched off. Please find below steps and screen shot for the same. 1)      Go to the Project's Properties (Alt+Enter). 2)      For a … [Read more...]

Sharepoint interview questions and answers

Please find below MOSS 2007 sharepoint interview questions, go through this interview questions, you can surely crack the interview and also wait for the company specific share point interview questions… Can an event receiver be deployed through a SharePoint feature? Yes. What … [Read more...]

MOSS 2007 Sharepoint interview questions and answers

Please find below MOSS 2007 sharepoint interview questions, go through this interview questions, you can surely crack the interview and also wait for the company specific share point interview questions... What are the types of input forms that can be created for a workflow ? You can … [Read more...]