Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net datagrid control > december 2005 > threads for december 22 - 28, 2005

Filter by week: 1 2 3 4 5

Help me understand what is wrong (Data not showing)
Posted by Lorenzo at 12/28/2005 6:44:13 PM
Hello there I have somenthing pretty strange to me that I am trying to understand but I seem to fail. I have the following simple code that works fine in one scenario and give me an hard time in another one. I have understood where the problem is but there is a main concept that I am not g...more >>


Nested Datalist Controls
Posted by Darrin at 12/28/2005 11:55:03 AM
Greetings, I am trying to get the checkbox value from a nested datalist once I press a button on my form (not within any of the datalist grids). I am using asp.net 1.1/vb.net The project I am working on provides users to register for a specific event and also view all the sessions going on ...more >>

urgent going crazy data not getting sorted!
Posted by samir25 at 12/28/2005 12:01:51 AM
hi here is a part of my datagrid itembound event where i calculate 2 columns and assign values to the columns Dim fileBytes As Integer = (fi.Length / 1024) Dim lastmodifeddt As Date = File.GetLastWriteTime(FilePath & filename) lastmodifeddt = lastmodifeddt.Date lbl.Text = fileBytes lbl2.Tex...more >>

how to create datagrid control with vertical columns
Posted by saket at 12/27/2005 3:09:09 AM
hello frnd if any one cud help me how wud i create gatagrid control with header fields alligned vertically..rather than horizontally(default --- Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/...more >>

Retrieving hyperlink query string values
Posted by martinharvey via DotNetMonster.com at 12/25/2005 5:31:53 AM
This is probably a very simple question but i would appreciate some help I want to retrieve the ProductID from the querystring <asp:HyperLinkColumn Text="View Details" DataNavigateUrlField="ProductID" DataNavigateUrlFormatString="details.aspx?ProductID={0}" /> In ...more >>

NullReferenceException
Posted by mohit at 12/24/2005 8:10:41 AM
Hi all, I am creating a web application on web matrix.I have a datagrid.I have the following code : DataTable dt=(DataTable)Session["DataGrid"]; DataRow dr = dt.NewRow(); DataView dv; First it was giving correct result.After that I run the same code then it is gi...more >>

Datagrid Paging Problem
Posted by martinharvey via DotNetMonster.com at 12/24/2005 7:35:24 AM
This is probably a simple question but i would appreciate some help. I am trying to implement paging with a datagrid that also has a button that allows the user to insert selected information into a datatable thus: <asp:DataGrid id="dg" runat="server" ShowHeader="False" AutoGenerateColumns="...more >>

Changing the with of an unbound datagrid
Posted by Kevin Humphreys at 12/22/2005 3:15:18 PM
Hi, I have a basic datagrid. But I want to change the width of one of the columns. The problem is all of the columns are the same width. I am using an unbound datagrid being filled by a dataset. Can you help? Thanks In Advance, Kevin. ...more >>




DevelopmentNow Blog