Top "Gridview" questions

A Gridview is a control for displaying and manipulating data from a variety of data sources.

How to get row data by clicking a button in a row in an ASP.NET gridview

I have a GridView in a ASP.NET web application, in which I have added two buttons in each row: &…

c# asp.net button gridview
sorting and paging with gridview asp.net

I'm trying to get a gridview to sort and page manually with no success. The problem is that when a …

asp.net gridview sorting paging
How to autosize and right-align GridViewColumn data in WPF?

How can I: right-align the text in the ID column make each of the columns auto size according to the …

wpf xaml listview gridview gridviewcolumn
How to delete a row from GridView?

I am using GridView control in asp.net 2005 c# using . How can I delete a particular row from GridView. I …

c# asp.net gridview delete-row
Gridview row editing - dynamic binding to a DropDownList

I'm trying to get an ASP.NET 3.5 GridView to show a selected value as string when being displayed, and to …

asp.net gridview drop-down-menu dynamic-binding
GridView sorting: SortDirection always Ascending

I have a gridview and I need to sort its elements when the user clicks on the header. Its datasource …

asp.net sorting gridview
How to hide columns in an ASP.NET GridView with auto-generated columns?

GridView1.Columns.Count is always zero even SqlDataSource1.DataBind(); But Grid is ok I can do for (int i = 0; i &…

asp.net gridview
Change header text of columns in a GridView

I have a GridView which i programmatically bind using c# code. The problem is, the columns get their header texts …

c# asp.net gridview
Displaying Total in Footer of GridView and also Add Sum of columns(row vise) in last Column

In my Asp.net App, i have a GridView and i generate the data of column[6] by myself using code …

c# asp.net gridview footer
How to get the cell value by column name not by index in GridView in asp.net

I am having a gridview in asp.net and now I want the cell value by the column name but …

asp.net gridview