[quoted text, click to view] Dave wrote:
> I created an application in Expression Web. I have now opened that
> application in VS 2005. However, when I try to attach an event to to a
> control, the code defaults to VB. How can I change it to C#?
Did you check the aspx page header?
It should look like this:
<%@ Page Language="C#" CodeFile="YourPage.aspx.cs" Inherits="YourPage"