Browse by Tags

Related Posts

  • Dynamic EditItemTemplate

    Hi, I have a EditItemTemplate for one column of my GridView. In this EditItemTemplate I have a DropDownList control which is only needed for certain records, for other records, there is no value associated with it's field. How can I dynamically disable that control or column when I am updating a row...
    Posted to Data Presentation Controls (Forum) by SnAzBaZ on 03-13-2007, 12:00 AM
    Filed under: GridView, edititemtemplate, RowUpdating
  • GridView controls - VS 2005 Web

    Question 1 In the RowEditing event, I need to test the length of the contents of a BoundField. The only way I can find that works is to reference the Cell number: Len(gv.Rows(e.NewEditIndex).Cells(8).Text) <> 1 Isn't there a better way that does not depend on specifying the cell number? If...
    Posted to Data Presentation Controls (Forum) by Scheinin on 06-15-2007, 12:00 AM
    Filed under: gridview, RowEditing, RowUpdating
  • Edit Gridview bound to ArrayList

    Hi all I've been sweating on this problem for two days now :( I want to edit a gridview item, bound to a custom datasource (arraylist), dropdownlists to select the (new) values ... But the thing is that, when I try to edit an item, certain things seem to fail in the RowUpdating event: - the gvwData...
    Posted to Data Presentation Controls (Forum) by Trickass on 10-04-2007, 12:00 AM
    Filed under: GridView, arraylist, RowUpdating, .Net 2.0
  • accessing dynamic gridview controls

    I have a grid sitting on the aspx with the autogenerated columns set to true. I set the datasource to a datatable via code. In the rowdatabound, for the row being edited, I hide the autogenerated textboxes and add my own controls to the cells. This all works ok. When the user clicks the update link,...
    Posted to Data Presentation Controls (Forum) by seeriustech on 04-16-2008, 12:00 AM
    Filed under: GridView, GridView Rowcommand Cell-Values, edititemtemplate, GridView asp.net, gridview checkbox, gridview controls dynamically textbox, RowUpdating, RowDataBound gridview conditional values, asp net grid view error, grid view, ASP.net 2.0 GridView, grid view update row, RowEditing, RowDatabound, gridview binding, .NET Gridview Problems, Grid view rows, RowCommand, grid view row, edit a gridview, grid view cell, gridview update, gridview column format, GridView Update Custom Column, gridview rows, grid view alignment bind() web user control pagel load, ASP.NET 2.0/GRIDVIEW, asp.net 2.0 Gridview, Gridview Row Created problem, gridview runtime, gridview checkbox disable, rows in a gridview, asp.NET GridView, Grid view column formatting, grid view row, GridView contols, GridView Columns DataField, ASP .net.NET Grid View Grid View Update, ASP.NET 2008 GridView Columns
  • Unable to update GridView bound to DataTable

    Hi, I have the following problem. I'm working on a shopping cart. I collect the items in a DataTable. Then I load those items into a GridView. In the GridView, the user is allowed to change the quantity of each product. So far I've figured out that I need to code the RowUpdating event (I already...
    Posted to Data Presentation Controls (Forum) by bhan on 04-18-2008, 12:00 AM
    Filed under: GridView, RowUpdating, vb.net, bind data, DataTable, ASP .net.2
Page 1 of 1 (5 items)