太菜的问题。
asp.net 2.0 源代码属于什么语言?如下所示
<%@ Page Language= "C# " AutoEventWireup= "true " CodeFile= "Default.aspx.cs " Inherits= "_Default " %>
<%@ Register Namespace= "ConnWebPart " TagPrefix= "cc1 " %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN " "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd ">
<html xmlns= "http://www.w3.org/1999/xhtml ">
<head id= "Head1 " runat= "server ">
<title> 5 </title>
<link href= "StyleSheet.css " type= "text/css " rel= "stylesheet " />
</head>
<body>
<form id= "form1 " runat= "server ">
<div style= "width: 600px ">
<fieldset>
<legend class= "mainTitle "> WebPart </legend>
<table border= "0 ">
<tr>
<td colspan= "2 ">
<asp:WebPartManager ID= "WebPartManager1 " runat= "server ">
<StaticConnections>
<asp:WebPartConnection ID= "EmpConnection " ProviderID= "EmployeesWebPart1 " ProviderConnectionPointID= "EmployeeIDProvider "
ConsumerID= "OrdersWebPart1 " ConsumerConnectionPointID= "EmployeeIDConsumer " />
</StaticConnections>
</asp:WebPartManager>