Microsoft TS: Office SharePoint Server, Application Development (available in 2010) - 070-573 FREE EXAM DUMPS QUESTIONS & ANSWERS
You create a custom page layout that contains code-behind.
You need to identify whether the page is in Edit mode or in Display mode.
What should you use?
You need to identify whether the page is in Edit mode or in Display mode.
What should you use?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are developing an application page.
You need to create a pop-up window that uses the ECMAScript object model.
Which namespace should you use?
You need to create a pop-up window that uses the ECMAScript object model.
Which namespace should you use?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You create a Business Connectivity Services (BCS) object model in Microsoft Visual Studio 2010. The model connects to an XML file.
You create an external list that displays the BCS entity. You need to ensure that users can delete items from the external list.
What should you do?
You create an external list that displays the BCS entity. You need to ensure that users can delete items from the external list.
What should you do?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are developing a Feature that will be used in multiple languages.
You need to ensure that users view the Feature's title and description in the display language of their
choice.
What should you create?
You need to ensure that users view the Feature's title and description in the display language of their
choice.
What should you create?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are creating an application page that will open a dialog box.
The dialog box uses a custom master page. You write the following code segment. (Line numbers are included for reference only.)
01 <script type="text/javascript">
02 function DialogCallback(dialogResult, returnValue)
03 {
04 }
05 function OpenEditDialog(id)
06 {
07 var options = {
08 url:"http://intranet/_layouts/MsgToShow.aspx,
09 width: 300,
10 height: 300,
11 dialogReturnValueCallback: DialogCallback
12 };
13 SP.UI.ModalDialog.showModalDialog(options);
14 }
15 </script>
You need to ensure that the code opens the dialog box.
What should you do?
The dialog box uses a custom master page. You write the following code segment. (Line numbers are included for reference only.)
01 <script type="text/javascript">
02 function DialogCallback(dialogResult, returnValue)
03 {
04 }
05 function OpenEditDialog(id)
06 {
07 var options = {
08 url:"http://intranet/_layouts/MsgToShow.aspx,
09 width: 300,
10 height: 300,
11 dialogReturnValueCallback: DialogCallback
12 };
13 SP.UI.ModalDialog.showModalDialog(options);
14 }
15 </script>
You need to ensure that the code opens the dialog box.
What should you do?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You need to delete the previous versions of all documents in a document library.
The deleted versions of the documents must be retained in the SharePoint Recycle Bin.
What should you do?
The deleted versions of the documents must be retained in the SharePoint Recycle Bin.
What should you do?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).