|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
somebody help me answer this?version of the application uses ActiveX components that are written in Visual Basic 6.0. The new ASP.NET application will continue to use the ActiveX components. You want the marshaling of data between your ASP.NET application and the ActiveX components to occur as quickly as possible. Which two actions should you take? (Each correct answer presents part of the solution. Choose two) A Use ODBC to retrieve the data. B Use early binding. C Use late binding. D Set the AspCompat attribute of the Page directive to true. E Set the AspCompat attribute of the Page directive to false. Its D - Set the AspCompat attribute of the Page directive to true.
This allows the page to call STA components, such as a component developed with Microsoft Visual Basic 6.0. Setting this attribute to true also allows the page to call COM+ Regards, Daniel Roth MCSD.NET Luis Esteban Valencia wrote: Show quoteHide quote > You are creating an ASP.NET application for the Widget Company. An earlier > version of the application uses ActiveX components that are written in > Visual Basic 6.0. The new ASP.NET application will continue to use the > ActiveX components. > > You want the marshaling of data between your ASP.NET application and the > ActiveX components to occur as quickly as possible. > > Which two actions should you take? (Each correct answer presents part of the > solution. Choose two) > > > A Use ODBC to retrieve the data. > > B Use early binding. > > C Use late binding. > > D Set the AspCompat attribute of the Page directive to true. > > E Set the AspCompat attribute of the Page directive to false. what is earlky and later binding?
<dan.c.r***@gmail.com> escribió en el mensaje Show quoteHide quote news:1118378462.955522.39170@g43g2000cwa.googlegroups.com... > And B - Use early binding. > > For speed > > Regards, > > Daniel Roth > MCSD.NET >
Other interesting topics
Session State stateserver or Sql Server
Did I do this correctly? - Display resized image from DB. Asynchronous Call <Head>Tag PostBack problem OnPreRender ??? What is ? Render and get html from usercontrol 2.0 App-Code Folder Support for 'Code-Behind' HttpWebRequest.GetResponse on POST returns 405 method not allowed Difference between Page_Load and OnLoad |
|||||||||||||||||||||||