What should be done to make Visual Basic to enter break mode while the method named as Savings of class module present in an Activex DLL project which also has a Standard EXE project to test the Savings method is executed?
Which ASP Request collection will contain the data in a code that responds to an HTTP Request passed by using the Post method in an IIS application project?
What must be done to pass data from the database to controls on a UI form in an n-tier application having user interface (UI), business objects, data objects, and database layers?
What server component must be installed in a new distributed application that runs on multiple platforms with thin-client application having little client installation and which requires little or no reinstallation when the application is upgraded?
What must be done to ensure that only the code is in the source for compilation in the environment for source-code version control of a new Visual Basic application using Microsoft Visual SourceSafe 6.0?
You are developing a client/sever application that must accommodate a Microsoft Windows based interface and a Web interface. You want to ensure that the application supports security based on user roles. In which two layers can you map permissions to roles to support this design? (Choose two) A. in the database B. in the client objects C. in the server objects D. in the user interface code
Answer: A, C
How to design the ID number of a customer while designing the properties, methods, and events for components in a new Visual Basic application?
What methods can be used to keep network traffic to a minimum while passing object data from a component that resides on a client computer to a component that resides on a server?
You are developing a composite ActiveX control. The control consists of a calendar control named Cal1 and a TextBox control named txtDate. You want to map the Text property of the text box to the text property of the composite control. Which code fragment should you use?A. Public Property Let Text (Byval strValue As String) TxtDate.text=strValue End Property Public Property Get Text() As String Text=txtdate.Text End Property B. Private Property Let Text (Byval strValue As String) TxtDate.text=strValue
Answer: A
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top