ASP.NET GridView.EmptyDataText Programming Web Development by Kusno Dear all, I set GridView.EmptyDataText = "No Record". The problem is when there is no record from SQL, GridView only appears "No Record", I want GridView shows all columns name and below "No Record". What should I do to do that ? Thanks, Kusno. inserting data from dropdownlist to table Programming Web Development by danholding …;GridView2" runat="server" DataSourceID="SqlDataSource2" EmptyDataText="no data record." Width="748px" AllowPaging…;GridView2" runat="server" DataSourceID="SqlDataSource2" EmptyDataText="no data record." Width="748px" AllowPaging… EmptyData Message When Data is There in Database View Programming Web Development by clausont … a simple "Select * From Results", it returns an EmptyDataText message even though the data is clearly there in the…;Blue" BorderStyle="Solid" BorderWidth="1px" EmptyDataText="No Records Returned" Height="15px" HorizontalAlign… display panel when button in gridview clicked. Programming Software Development by joeyliew7 …;Cust_No" DataSourceID="outstandingList_SqlDataSource" AllowPaging="True" EmptyDataText="No Outstanding Found" PageSize="20">…;SO_No" DataSourceID="solist_SqlDataSource" AllowPaging="True" EmptyDataText="NO DATA" PageSize="10"> <… GridView TemplateField empty cells Programming Web Development by mghihor …;True" OnRowCreated="GridView1_RowCreated" OnSorted="GridView1_Sorted" EmptyDataText="No Tasks found with te given criteria" AutoGenerateColumns… Accessing ItemTemplate server control properties in a gridview Programming Web Development by lagyossarian …,UserID" DataMember="DefaultView" DataSourceID="dsUsers" EmptyDataText="There are no users"> <Columns>… How to open a text file from hyperlink in a gridview Programming Software Development by absu …;GridView1" runat="server" AutoGenerateColumns="false" EmptyDataText="No records found matching your criteria" Font-Bold… How do i get a datagrid to update & delete rows. Programming Web Development by ANGanley …;asp:GridView ID="gvwColleagueDetails" runat="server" EmptyDataText="No colleague records were found." datasourceid="objdsColleagueDetails… Must Declare Scalar Variable? Programming Web Development by Slovig …;False" DataKeyNames="ID" DataSourceID="SqlDataSource1" EmptyDataText="There are no data records to display.">… If Datasource=null, how to show gridview with header Programming Web Development by arunmozhi in asp.net how to show the girdview with header, when the datasource=null, i have used gridview.EmptyDataText="Some Text" but i need to show the grid with the header any one plz help me.. Simple Shopping Cart Modification Help Programming Web Development by gdp_87 …;server" ID="gvShoppingCart" AutoGenerateColumns="false" EmptyDataText="There is nothing in your shopping cart." GridLines… Problem with postback Programming Web Development by Scoobydog …;80%" AutoGenerateColumns="false" DataKeyNames="ItemID" EmptyDataText="No items for this customer." HeaderStyle-BackColor="… Re: Problem with postback Programming Web Development by nil …;80%" AutoGenerateColumns="false" DataKeyNames="ItemID" EmptyDataText="No items for this customer." HeaderStyle-BackColor="… Trying to use dropdownlist in DetailsView??? Programming Web Development by fiaolle …;True" CellPadding="4" DataKeyNames="CamID" EmptyDataText="There are no data records to display." ForeColor… enlarge image on mouseover in gridview Programming Web Development by lisles …;server" HorizontalAlign="Left" Width="98%" EmptyDataText="No records found" AutoGenerateColumns="False" BackColor… Run a query based on button field value Programming Web Development by becraig …;server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" EmptyDataText="There are no data records to display." onselectedindexchanged… Adding a blank row in Gridview Programming Web Development by bcampbell2858 …; DataKeyNames="key" 02. DataSourceID="SqlDataSource1" 03. EmptyDataText="There are no data records to display." CellPadding… Updating Grid view Programming Web Development by kgenn …;asp:GridView ID="GridView1" runat="server" EmptyDataText="No record found" AutoGenerateEditButton="True" OnRowUpdating… Re: Updating Grid view Programming Web Development by kvprajapati …;asp:GridView ID="GridView1" runat="server" EmptyDataText="No record found" AutoGenerateEditButton="True" OnRowUpdating… Re: Updating Grid view Programming Web Development by kgenn …;asp:GridView ID="GridView1" runat="server" EmptyDataText="No record found" AutoGenerateEditButton="True" OnRowUpdating… Populating a grid view with data from a stored procedure Programming Software Development by dougancil …) dt = New DataTable da.Fill(dt) GridView1.DataSource = dt GridView1.EmptyDataText = "No Records Found" GridView1.DataBind() con.Close() con… Re: Populating a grid view with data from a stored procedure Programming Software Development by dougancil … dt = New DataTable da.Fill(dt) GridView1.DataSource = dt GridView1.EmptyDataText = "No Records Found" GridView1.DataBind() con.Dispose() Catch… Change one gridcell value when changes other cell value. Programming Web Development by Nitin Daphale …;server" AutoGenerateColumns="false" OnRowDataBound="gdv_QuotItems_RowDataBound" EmptyDataText="No Items To Load."> <Columns>… Re: Change one gridcell value when changes other cell value. Programming Web Development by Nitin Daphale …;server" AutoGenerateColumns="false" OnRowDataBound="gdv_QuotItems_RowDataBound" EmptyDataText="No Items To Load."> <Columns>… Autonumber for datagrid Programming Web Development by violette …;1px" CellPadding="4" HorizontalAlign="Center" EmptyDataText="There are no data records to display." EnableTheming… Button Help ! Programming Software Development by AngelinaUS …;asp:GridView ID="GridView1" runat="server" EmptyDataText="Nothing"> </asp:GridView> [/CODE] And… How to Reference RangeValidator MaximumValue in Code-Behind Programming Web Development by HughMannity …;False" DataKeyNames="ID_KEY" DataSourceID="SqlDataSource5" EmptyDataText="There are no data records to display." onrowediting… Pass gridview data to next page from Multiple Selected Calender Programming Web Development by b.shravanirao …;Small" runat="server" Width="200px" EmptyDataText="Select Dates and Confirm" CellPadding="4"… Re: Pass gridview data to next page from Multiple Selected Calender Programming Web Development by b.shravanirao …;Small" runat="server" Width="240px" EmptyDataText="Select Dates and Confirm" CellPadding="4"… FormsView Programming Web Development by madhan …;False" DataKeyNames="ID" DataSourceID="SqlDataSource1" EmptyDataText="There are no data records to display." AllowSorting…