Browse by Tags

Related Posts

  • GridView not updating...

    Using VS2005, VB code behind, I have a GridView displaying membership information. When I click edit ( ID ="EditButton" ) the EditItemTemplates are displayed correctly for each field as desired. When the RowUpdating event is triggered (by clicking the ID ="lbUpdate" link button) the...
    Posted to Data Presentation Controls (Forum) by celoftis on 06-03-2009, 12:00 AM
    Filed under: RowUpdating, edititemtemplate, membership, GridView
  • Problem accessing a Gridview EditItemTemplate ControlID

    Hello all, I'm having issues trying to drill down in a Gridview to access the EditItemTemplate TextBox ClientID. I'm trying to use the code behind to call up a Javascript function. I'm trying to do TextBox.Attributes.Add("onClick", "SomeFunction") on the RowDataBound Page...
    Posted to Data Presentation Controls (Forum) by CoreslabBill on 02-16-2009, 12:00 AM
    Filed under: clientId, edititemtemplate, JavaScript, GridView
  • Unintended GridView-Puzzle (Editing data - w/ nice self-contained example)

    Hi, I am trying to analyze a problem that I have with a larger aspx-proj and have build a small, self-contained example to demonstrate that. Unfortunately I am hitting other hurdles now :( The idea is to build a gridview with the possibility to edit the data. Doesn't sound too complicated and it...
    Posted to Data Presentation Controls (Forum) by MBaas.de on 12-10-2008, 12:00 AM
    Filed under: RowEditing, edititemtemplate, GridView
  • How do I use an AjaxToolKit extended control in a gridview template ?

    Hi; I am trying to use an extended calendar control from the AjaxToolkit in a template. First I associated the control with a textbox in the template which produced an error message when I browsed the page. Here is the associated source and error message. < EditItemTemplate > &nbsp; < asp...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by bamagrad on 08-25-2008, 12:00 AM
    Filed under: ScriptManagerProxy, Content Pages, edititemtemplate, GridView
  • 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: RowCommand, RowDatabound, RowDataBound gridview conditional values, RowEditing, rows in a gridview, RowUpdating, .NET Gridview Problems, ASP .net.NET Grid View Grid View Update, asp net grid view error, asp.net 2.0 Gridview, ASP.net 2.0 GridView, ASP.NET 2.0/GRIDVIEW, ASP.NET 2008 GridView Columns, asp.NET GridView, edit a gridview, edititemtemplate, grid view alignment bind() web user control pagel load, grid view cell, grid view row, grid view row, Grid view rows, grid view update row, gridview column format, GridView Columns DataField, GridView contols, gridview controls dynamically textbox, Gridview Row Created problem, GridView Rowcommand Cell-Values, gridview rows, gridview runtime, gridview update, GridView Update Custom Column, grid view, Grid view column formatting, GridView, GridView asp.net, gridview binding, gridview checkbox, gridview checkbox disable
  • Programmatically disabling textbox in GridViewRow edititemtemplate

    Hi, I am trying to write some code to disable a textbox control in a GridView row depending on the user_ID of the person logged into my site. I am having difficulty doing this, as I seem to be only able to access the controls in the itemtemplate and unable to set the GridViewRow to edit mode. Can someone...
    Posted to Data Presentation Controls (Forum) by tomliversidge on 03-04-2008, 12:00 AM
    Filed under: edititemtemplate, GridView
  • CheckBox in EditItemTemplate of GridView

    My database houses a char(7) field that contains strings in the following format: MTWTFSS or ------- or any combination thereof M-W-FSS or -----SS, etc... In the footer row of the GridView, I'm using 7 CheckBoxes and processing the bool value of each checkbox to create a string to pass to the said...
    Posted to Data Presentation Controls (Forum) by isheahan on 07-24-2007, 12:00 AM
    Filed under: checkbox, edititemtemplate, GridView
  • GridView.EditItemTemplate with ListBox embedded

    Hi all, I am trying to code a gridview update section to include a listbox that will display all customers for a user. I have created a ObjectDataSource that fills the listbox perfectly. The main problem is that I need to highlight the rows that the user currently has stored in the DB. I understand that...
    Posted to Data Presentation Controls (Forum) by dcolemanturner on 03-20-2007, 12:00 AM
    Filed under: EditItemTemplate, Gridview.EditItemTemplate, Listbox in EditItemTemplate, Listbox in GridView, gridview
  • 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: RowUpdating, edititemtemplate, GridView
  • DropDownList problems in EditItemTemplate with Gridview

    Hello, I read the FAQ on this forum and saw the link to " Top Questions about the DataGrid Web Server Control". This is when I found the link for " Displaying a Drop-Down List in Edit Mode". This is basically what my problem is about, but I still couldn't get it to work. Here is what I am trying to accomplish...
    Posted to Data Presentation Controls (Forum) by Silverblade1486 on 02-03-2007, 12:00 AM
    Filed under: databinding, edititemtemplate, gridview, dropdownList
Page 1 of 2 (12 items) 1 2 Next >