I have installed vwd 2005 express addition and when i set up the default.aspx page and drag the lable and button control onto the page.
WHEN I Double click the Button control it take me to the default.aspx.
vb page and only give me the partial code i.e
Partial Class _Default
Inherits System.Web.UI.Page
Public Sub New(sender as )
End Sub
End Class
As far as i know it is supposed to give me the whole the code and the eventsargs And all i should do is Add the code lable1.text="Hello World" is there a setting in the ASP.NET 2.0 FOR THE PROTECTED SUB FEATURE TO APPEAR EVERY TIME YOU INITIATE THIS FEATURE