all groups > asp.net datagrid control > july 2006 > threads for july 22 - 28, 2006
Filter by week: 1 2 3 4 5
GridView date format problem
Posted by Bob Phillips at 7/27/2006 12:56:19 PM
Hello All:
I have a GridView in a user control that has its datasource assigned
dynamically. It's working well, however, date values are displaying
mm/dd/yyyy hh:mm:ss and I only want a short date format. I don't know
which column will hold a date prior to runtime. Is there any way to
set it... more >>
Static DataGrid - Dynamic Column Order - Sorting Issue
Posted by Dan at 7/26/2006 2:21:52 PM
I have a datagrid with 11 columns defined in the aspx page. When I load the
page, I bind the grid normally and then pull the users customized settings
from the database. I pull off all of the original columns from the datagrid
and store in a collection. Next, I clear the columns from the datag... more >>
Sortable column on DataGrid -- column header not displaying
Posted by Teej at 7/26/2006 12:18:54 PM
Good afternoon,
General goal:
I am working on a Web application (C#) in which the first screen is
simple enough: it displays a DataGrid based on data from a SQL Server
database. One of the columns in the db is a DateTime column, which of
course has the date and time displayed in each record.... more >>
ItemDataBound fires for header only
Posted by bkasmai NO[at]SPAM gmail.com at 7/23/2006 1:04:07 AM
This is driving me crazy. I need to hide rows that a particular cell is
zero. On debuggng I fiound out that ItemDataBound fires for header only
and not for Item and AlternatingItem
private void grdSelectionList_ItemDataBound(object sender,
System.Web.UI.WebControls.DataGridItemEventArgs e)
{
... more >>
Help on DataSets
Posted by cagriandac NO[at]SPAM gmail.com at 7/22/2006 1:04:58 PM
Hello,
I am creating an application using asp.net 2.0. But I am stuck
somewhere. I want to get values from a DataSet one by one on every
Page_Load. So I wrote my code in Page_Load but it didnt work, giving a
warning. Here is my code:
[code]
Protected Sub Page_Load(ByVal sender As Objec... more >>
|