Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Can you tell me the different between "Codebehind" and "SRC" in @page directive


Message #1 by "max.li" <max@a...> on Tue, 3 Jul 2001 11:10:52
<%@ Page Inherits="CalculatePage" Src="MCalc2.cs" %>



and 



<%@ Page language="c#" SRC="default.cs" AutoEventWireup="false" 

Inherits="csharptest.defaults" %>


  Return to Index