C# code in an aspx page rather than assembly

  • Thread starter Thread starter ilPostino
  • Start date Start date
I

ilPostino

ok, I should know this answer but I don't :D

I want write an aspx page/application but I want the class and code to be in
the aspx rather than referencing an assembly.

thanks!


-p
 
Navigate according to the following order in "Visual Studio .NET
Documentation". You'll find lots of sample aspx pages that self contains
class codes by not using VS IDE's code-behind model

1) Visual Studio .NET
2) .NET Framwork
3) QuickStarts
4) ASP.NET QuickStrat
5) .NET Samples - ASP.NET Web Forms Introduction
 

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