where are the declarations in asp.net 2.0 .vb file

A

Avon

Hi friands,
sorry for my english.
I am new in asp.net 2.0
and I can see where the declarations in .vb file are
I mean for example
Protected WithEvents Label As System.Web.UI.WebControls.Label

Protected WithEvents ValidationSummary1 As
System.Web.UI.WebControls.ValidationSummary

I can see it

and Page_Init with InitializeComponent()

I know that there is partial clases in this new version of .net but where
are the other files with sourse?
 
G

Guest

They are not needed, as the ASPX page is part of the class now, so the
declaration of the control, by placing on the form, is enough to generate the
information behind the scenes.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top