Groups | Blog | Home


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 > july 2006 > threads for july 8 - 14, 2006

Filter by week: 1 2 3 4 5

How generate the data from a GridView to a text file?
Posted by Carlos at 7/13/2006 7:42:00 PM
Hello all I have infromation that change every time, I created a button to export this data to a text file. It's possible? There is a command or a script or another solution? Thanks in advanced. C. ...more >>


filter
Posted by Jules at 7/13/2006 3:58:59 PM
i need to filter my data (by field) before loading my datagrid programmatically any idea? thx ...more >>

How to get active row??
Posted by JLuv at 7/13/2006 9:12:13 AM
I have a TemplateColumn in my DataGrid that consists of links. When the links are clicked a javascript calendar is opened that returns a selected date to a HiddenField. What I'm trying to do is take the row in which the calendar was chosen and change the date inside of the datagrid. (if that mak...more >>

edit update and canel buttons not firing correct event handlers
Posted by lauralucas NO[at]SPAM gmail.com at 7/12/2006 12:27:00 PM
Hello I use a datagrid with databound columns and a "Edit, Update, Cancel" button column. I tried this with column created in design time: When I click the Edit button, it correctly fires the Edit event which calls my EditGrid method and puts me in edit mode. So far, so good. But, when I click ...more >>

adding a row to the grid view
Posted by Etariq at 7/11/2006 4:22:38 PM
is there a way for adding a row before the header row so it can be used as another header , ...more >>

how to change labelvalue when deleting row in gridview?
Posted by Cas at 7/10/2006 4:26:07 PM
Hello, My gridview has the option ShowDeleteButton="True". There is also a label which renders the amounts of records. What i'm trying tot do is: when i delete a row, the amount of records must be adapted in function of the value of a field. If the value of the field="black" then it must b...more >>

Edit/Update/Cancel Problem
Posted by mschmidt18 NO[at]SPAM gmail.com at 7/10/2006 9:56:39 AM
Hello, I have a datagrid (.net 1.1) with an edit/update/cancel column. I am having trouble capturing the data when the update event fires. It is getting whatever was in the textbox before it was changed. Here is some of my code: c# System.Web.UI.WebControls.TextBox p_productDesc = new ...more >>

How to generate readonly attribute correctly?
Posted by Hamed at 7/9/2006 10:41:26 AM
Hello I have a DataGrid object in my ASP.NET page that has the following template column. When I put the "readonly" attribute in the INPUT tag, it generates readonly="". <asp:TemplateColumn HeaderText="Kg Price" HeaderStyle-Width="5%"> <ItemTemplate><INPUT class="ep" id=kf readOnly value...more >>



GridView - FormView Problem
Posted by Giorgio Parmeggiani at 7/8/2006 11:28:06 AM
Hi I have a GridView and a FormView connected among them through a relationship master/detail The FormView has an ObjectDataSource with a ControlParameter connected to the SelectedValue of the Grid: <asp:ControlParameter ControlID="gridRichieste" Name="id" PropertyName="Sele...more >>


DevelopmentNow Blog