Scripted ASPX pages

  • Thread starter Thread starter prabhupr
  • Start date Start date
P

prabhupr

Hi Folks

In one of the discussion thread I came across this word "Scripted ASPX
pages (that is, there's no code behind file)". Is this possible? If
so, could somebody please let me know how?

Thanks
PP
 
That's basically using "AutoEventWireup=true" at "Page" directive, then
include all your codes within <script language="your favourite language"
runat="server"></script>

Download Visual Studio 2005 ASP.NET Express to see(I've not tried this yet,
but have used WebMatrix for .NET 1.1. I guess they work more or less the
same.).
 

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

Back
Top