<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Blog_Photo_User_List.aspx.cs" Inherits="img_Blog_Photo_User_List" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www. >
<head runat="server">
<title>用户相册</title>
<script type="text/C#" language="javascript">
function changeCatalog()
{
getCatalogName.style.display="";
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:DataList ID="DataList1" runat="server" Width="500px" DataKeyField="ID" OnDeleteCommand="DataList1_DeleteCommand" OnItemDataBound="DataList1_ItemDataBound" OnEditCommand="DataList1_EditCommand" OnItemCommand="DataList1_ItemCommand">
<EditItemTemplate>
</EditItemTemplate>
<ItemTemplate>
<table border="0">
<tr>
<td rowspan="3" style="width: 151px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl='<%# Eval("ImgMin") %>'/></td>
<td style="width: 172px; height: 34px">
<asp:HyperLink ID="txt_update" runat="server" NavigateUrl="javascript:window.open('getFileName.aspx','','left=450,top=250,width=200,height=200')">改</asp:HyperLink>
<asp:LinkButton ID="txt_delete" runat="server">删</asp:LinkButton>
<asp:LinkButton ID="txt_move" runat="server" OnClick="changeCatalog()">移</asp:LinkButton>
排序:<asp:LinkButton ID="MyOrderIDUp" runat="server">↑</asp:LinkButton>
<asp:LinkButton ID="MyOrderIDDown" runat="server">↓</asp:LinkButton>
<asp:Label ID="txt_ID" runat="server" Visible="False"><%# Eval("ID") %></asp:Label></td>
</tr>
<tr>
<td style="width: 172px; height: 34px">
<asp:LinkButton ID="LinkButton2" runat="server">设为形象照</asp:LinkButton></td>
</tr>
<tr>
<td style="width: 172px; height: 36px">
<asp:LinkButton ID="LinkButton1" runat="server" Width="82px" CommandName="Commend"><%# ReturnCommend(Eval("Commend").ToString()) %></asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
<div style="width: 308px; height: 170px;display:none" id="getFileName" >
<table>
<tr>
<td style="width: 78px">
标题:</td>
<td colspan="2">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 78px; height: 80px">
简介:</td>
<td colspan="2" style="height: 80px">
<asp:TextBox ID="TextBox2" runat="server" Height="70px" TextMode="MultiLine" Width="199px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3">
<asp:LinkButton ID="LinkButton5" runat="server">确定</asp:LinkButton>
<asp:LinkButton ID="LinkButton6" runat="server">取消</asp:LinkButton></td>
</tr>
</table>
</div>
<div style="width: 307px; height: 74px;display:none" id="getCatalogName" >
<table>
<tr>
<td style="width: 273px">
请选择分类:</td>
<td style="width: 284px">
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="2" style="height: 25px">
<asp:LinkButton ID="LinkButton7" runat="server">确定</asp:LinkButton>
<asp:LinkButton ID="LinkButton8" runat="server">取消</asp:LinkButton></td>
</tr>
</table>
</div>
<br />
<webdiyer:AspNetPager ID="AspNetPager1" PageSize="20" runat="server" OnPageChanging="AspNetPager1_PageChanging">
</webdiyer:AspNetPager>
</div>
</form>
</body>
</html>
我就是那样写的阿,可是它说并不包含对changeCatalog()的定义阿?怎么回事?