<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="userinfo.aspx.cs" Inherits="Logistic.userinfo" %>
<%@ Register Src="top.ascx" TagName="bodright" TagPrefix="uc1" %>
<%@ Register Src="bottom.ascx" TagName="bodright" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" href="css/master.css" type="text/css" />
<script src="js/js1.js" language="javascript" type="text/javascript"></script>
</head><body>
<!--顶部 begin --><form id="form" runat="server">
<uc1:bodright ID="bodright1" runat="server" />
调试后下面原来的所有的id名字全变成bodright1+(id名字了),这是为什么