2) Select u.Username from User u Rigth inner Join Purchase_Orders on u.UserID = Purchase_Orders.UserID;
3) Select u.Username from User u Left Outer Join Purchase_Orders on u.UserID = Purchase_Orders.UserID WHere (((Purchase_Orders.Orer_ID) Is Null));
4) Select u.Username from User u Rigth Outer Join Purchase_Orders on u.UserID = Purchase_Orders.UserID;
5) Select u.Username from User u Rigth Outer Join Purchase_Orders on u.UserID = Purchase_Orders.UserID;
1)txtDateOfBirth.AutoPostBack
2)txtDateOfBirth.ClientValidationFunction
3)txtDateOfBirth.Click()
4)MyCV.PostBack
5)MyCV.ClientValidationFunction
MCSD - 70-305 / 70-315 Q6)
Peter want to retrieve HTML help for a specific control. For this purpose he is going touse a HelProvider control. Which of the methods specifies the keywords use to getthe help?
1)GetHTMLHelp
2)ToString
3)ToHelp
4)SetHelpKeyword
5)SetHelpString
MCSD - 70-305 / 70-315 Q7)
Ian is working as web developer for The ecommerce Solution, he is developing an applicationfor an important client. He needs to set security for handlying users, for tihs purpose, he is usingthe security classes of the.NET Framework. Ian wants to give the same permision tothe Manager of Company (Peter) and the Supervisor(Duncan). Which of the following code should he use?
1) Dim permission1 As New PrincipalPermission("Peter","Manager")Dim permission2 As New PrincipalPermission("Duncan","Manager")
permission1 Union permission2
2)Dim permission1 As New PrincipalPermission("Peter","Manager")Dim permission2 As New PrincipalPermission("Duncan","Manager")
permission1 = permission2
3)Dim permission1 As New PrincipalPermission("Peter","Manager")Dim permission2 As New PrincipalPermission("Duncan","Manager")
permission1 Intersect permission2
4) Dim permission1 As New PrincipalPermission("Peter","Manager")Dim permission2 As New PrincipalPermission("Duncan","Manager")
permission1 IsUnrestricted permission2
5)Dim permission1 As New PrincipalPermission("Peter","Manager")Dim permission2 As New PrincipalPermission("Duncan","Manager")
permission1 IsSubSetOf permission2
MCSD - 70-305 / 70-315 Q8)
Ian is testing one of his ASP.net application. He got a button for calculatingthe monthly invoices. He decides to put a breakpoint inthe load page and each time he debugs his application, it stops twice. He wants the application to stop only once. Ian wants to change one of the attributes of the Page Directive, which of the following actionhe has to do.
1) SmartNavigation = "false"
2) SmartNavigation = "true"
3) AutoEventWireup = "true"
4) AutoEventWireup = "false"
5) Codebehind="WebForm1.aspx.vb"
MCSD - 70-305 / 70-315 Q9)
Carols is developing a new application for The Ecommerce Solution.They need to integrate their database with one of their provider database.Carol wants to create a realtionship between these 2 databases. Which ADO.net objectsshould Carol use?
1)Dataset and DataRelation
2)Dataset and DataReader
3)Dataview and DataRelation
4)DataView and DataReader
5)Dataset amd Merge
MCSD - 70-305 / 70-315 Q10)
The ecommerce Solution is located in England, most of their client are located in England too.They got a new client in United Stated and they optimise its main application for this company.However, when they are testing the application the got some problems with the data format anddate validation. Which of the following sections should they change in the web.config file?
1)
2)
3)
4)
5)
Answer:
MCSD - 70-305 / 70-315 A1)
2
MCSD - 70-305 / 70-315 A2)
3
MCSD - 70-305 / 70-315 A3)
3
MCSD - 70-305 / 70-315 A4)
1
MCSD - 70-305 / 70-315 A5)
1 and 5
MCSD - 70-305 / 70-315 A6)
4
MCSD - 70-305 / 70-315 A7)
5
MCSD - 70-305 / 70-315 A8)
4
MCSD - 70-305 / 70-315 A9)
1
MCSD - 70-305 / 70-315 A10)
5