thinkinterview » interview questions
« Previous

interview Questions

next »
question Amit created a new Web site using Visual Studio 2005 in programming language C#. Later, Amit received an existing Web page from his boss, which consisted of the Contact.aspx file with the Contact.aspx.vb code-behind page. What must Amit do to use these files?
  • 1. Amit can simply add the files Contact.aspx, Contact.aspx.vb into the existing Web site, because ASP.NET 2.0 supports Web sites that have Web pages that were programmed with different languages.
  • 2. The Contact.aspx file will work, but Amit must rewrite the code-behind page using C#.
  • 3. Both files Contact.aspx and Contact.aspx.vb must be rewritten in C#.
  • 4. Amit must create a new Web site that contains these files Contact.aspx and Contact.aspx.vb. Set a Web reference to the new site.

Next Queston » If you want to make a configuration setting change in your server...
If you want to make a configuration setting change in your... View full queston »

Posted in: ASP.NET(45) |