当我调试时,数据网格根本不显示 [英] data grid dont show at all when i debug

查看:116
本文介绍了当我调试时,数据网格根本不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨所有

请帮帮我

i我是asp.net的新手

i有一个我找到的网页形式,当我试图重建它它没有运作好

数据网格根本不显示当我debbug

可以任何人告诉我这个代码有什么问题



hi all
please help me
i am new to asp.net
i have a webform that i found and when i was trying to rebuild it it didnt work well
the data grid dont show at all when i debbug
can any one tell me what is wrong in this code

<td colspan="7">
                <asp:GridView ID="grdCruises" runat="server" DataKeyNames="CruisesID"

                    AllowSorting="True" Width ="92%" AutoGenerateColumns="False" AllowPaging="True" PageSize="15"

                    OnSorting="grdCruises_Sorting" OnRowEditing="grdCruises_RowEditing"  OnRowDeleting="grdCruises_RowDeleting"

                    OnPageIndexChanging="grdCruises_PageIndexChanging"

                    onselectedindexchanged="grdCruises_SelectedIndexChanged"

                    BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4" >

                    <FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
                    <RowStyle BackColor="White" ForeColor="#003399" />

推荐答案

你最后错过了完整的gridview标签...



请检查你的代码再次发布或发布完整的代码..



谢谢
You are missed out complete gridview tag at end...

Please check your code again or post your complete code..

Thanks


这篇关于当我调试时,数据网格根本不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆