controls in global.asax

G

Giuseppe Dini

I want to understand something more about global.asax.
I have understood what the file global.asax.vb is for, but what is the
importance of global.asax?
Do we see something about it on our webpages, or we simply have tu publish
this file if we want the code behind to work?
Why can we drag and drop controls on it?
 
C

Cowboy \(Gregory A. Beamer\)

The global.asax is largely a placeholder. It does not have to be deployed in
ASP.NET 2.0 if you precompile.

As for controls being dragged, I imagine you can use it access some
functionality, but I would not recommend this mode of development, as
global.asax has no GUI bits.

--
Gregory A. Beamer

*************************************************
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