为什么我的gridview不能发现它的rowcommand事件?【有代码】

<divid="fragment-1"style="width:360px;height:280px;vertical-align:top;text-align:left... <div id="fragment-1" style="width: 360px; height: 280px; vertical-align: top; text-align: left; border-top-width: 0px; top: 0px; cursor: pointer; border-spacing: 0px; " >
<asp:GridView ID="GridView报考" runat="server" AllowPaging="True" AutoGenerateColumns="False"
PageSize="14" Height="280px" ShowFooter="True" CaptionAlign="Top"
onrowcommand="GridView报考_RowCommand" >
<PagerSettings FirstPageText="" LastPageText="" Mode="NextPrevious"
NextPageText="" Visible="False" />
<RowStyle Font-Size="Small" ForeColor="#FF3300" Height="10px"
HorizontalAlign="Left" VerticalAlign="Top" />
<Columns >
<asp:TemplateField >

<HeaderTemplate>
<table style="border: 1px dashed #FF5050;"><tr><td align="left" valign="middle"

style="height:8px; background-image:url('TabSource/BackGround.GIF'); color: #FFFFFF; font-weight: inherit; font-size: medium; width: 360px;" >
报考常识</td></tr>
</table>
</HeaderTemplate>

<FooterTemplate>
<table style="width: 340px; height: 10px;">
<tr>
<td>
 </td>
<td>
 </td>
<td align="right">
<asp:ImageButton ID="ImageButton1" runat="server" Height="16px"
ImageUrl="~/TabSource/more.gif" Width="47px" />
</td>
</tr>
</table>
</FooterTemplate>

<ItemTemplate>
<table align="left"
style="width: 350px; height: 22px; font-size: small; color: #FF3300;">
<tr>

></asp:LinkButton>

【提示错误】编译器错误消息: CS1061: “ASP.tabknowledge_ascx”不包含“GridView报考_RowCommand”的定义,并且找不到可接受类型为“ASP.tabknowledge_ascx”的第一个参数的扩展方法“GridView报考_RowCommand”(是否缺少 using 指令或程序集引用?)
我是直接双击闪电图标下的RowCommand生成的 protected void GridView报考_RowCommand(object sender, GridViewCommandEventArgs e)
为什么会提示这个错误呢??
展开
 我来答
DARK★STAR
2009-12-23 · TA获得超过852个赞
知道小有建树答主
回答量:244
采纳率:0%
帮助的人:264万
展开全部
onrowcommand="GridView报考_RowCommand"
中文的方法名= =|||
改成英文的试试,中文方法回传可能会编码错误,具体没试过不敢肯定
不过最好都不要用中文命名,变量还行。
ayzleric
2009-12-25 · TA获得超过174个赞
知道答主
回答量:63
采纳率:0%
帮助的人:0
展开全部
看你的page_load()函数中是否添加了if(!IsPostBack){}
如果没有,在page_load()中添加if(!IsPostBack){},并把原来的
page_load()中的代码添加到if(!IsPostBack){}中
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式