S
sck10
Hello,
I was using the following for my codebehind with VW Developer Beta1:
Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.ImageButton
Imports System.Data
Imports System.Data.OLEDB
Imports System.Web.Mail
Partial Class default_aspx
When I created a new page, I got the following.
Partial Class default_aspx
Inherits System.Web.UI.Page
My question is how do I convert what I had in Beta 1 to the new format (Beta
2)?
I was using the following for my codebehind with VW Developer Beta1:
Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.ImageButton
Imports System.Data
Imports System.Data.OLEDB
Imports System.Web.Mail
Partial Class default_aspx
When I created a new page, I got the following.
Partial Class default_aspx
Inherits System.Web.UI.Page
My question is how do I convert what I had in Beta 1 to the new format (Beta
2)?