Browse by Tags

Related Posts

  • Cannot acess DropDownList in EditItemTemplate within a DetailsView

    I am trying to access a dropdown list control that is in a detailsview: < asp : TemplateField HeaderText ="Person" SortExpression ="PersonId"> < EditItemTemplate > < asp : DropDownList ID ="DropDownList1" runat ="server" Style ="position: relative" OnDataBound ="DropDownList1_DataBound...
    Posted to Data Presentation Controls (Forum) by jbarrcfl on 11-17-2006, 12:00 AM
    Filed under: Detailsview dropdown problem, DetailsView, DropDownList, Controls, BoundColumn
  • DropDownList in a DetailsView

    I am using ASP.NET 2.0 and Visual Studio 2005. I have a DetailsView that the user can use to view and edit a record. One of these fields has only 7 possible values, so in edit mode, I want to switch to a dropdownlist. I had no problems doing this. I changed to a template field, then changed the textbox...
    Posted to Data Presentation Controls (Forum) by CSchnaars on 11-17-2006, 12:00 AM
    Filed under: Detailsview dropdown problem, DetailsView, DropDownList
  • Advanced DropDownList in DetailsView binding to ArrayList

    I am some what of a newbie to ASP.NET 2.0 but no stranger to .Net. I am stumped on implementing a template dropdownlist when attempting to bind to an ArrayList object the DropDownList to a object via code behind. I am trying to create a global method in a class that allows a listControl to be passed...
    Posted to Data Presentation Controls (Forum) by ngenius on 12-18-2006, 12:00 AM
    Filed under: DetailsView, DropDownList, advanced, arraylist
  • dropdownlist with no results

    i have a sql datasource populating a dropdownlist for an insert in a detailview occasionally there are no records returned -- how do i make a label appear that say "no records" instead of the dropdown when there are no records to populate the dropdown
    Posted to Web Forms (Forum) by tpiazza on 02-02-2007, 12:00 AM
    Filed under: DropDownList, DetailsView
  • Setting control visibility within detailsview templatefield

    This is really starting to get to me. Basically I want the users to be able to choose between a LOV (dropdownlist) and freeform (textbox) editing in DetailsView. I couldn't get buttons with a method to work right so I'm using hyperlinks with querystrings. It's not pretty, but it does the...
    Posted to Data Presentation Controls (Forum) by epalla on 07-24-2007, 12:00 AM
    Filed under: DetailsView, DropDownList, Visible, template Control
  • DDL crashing on SelectedIndexChange

    Hi, my problem is that I have 2 ddls inside a gridview (edit mode). The second ddls values depend on the first ddl selected value. Everything works fine the first time I enter the edit mode, and the values loaded are Ok. When I change the selected value in the first ddl (the values in the 2nd should...
    Posted to Web Forms (Forum) by ohurtadop on 02-18-2008, 12:00 AM
    Filed under: dropdownList, Detailsview, ddl
  • Re: DropDownList within a DataView and with a bound SelectedValue which "does not exist in the list"

    Well done! In fact, setting AppendDataBoundItems="True" seems to be sufficient. Thanks for the post.
    Posted to Data Presentation Controls (Forum) by dan p on 10-17-2006, 12:00 AM
    Filed under: DetailsView, DropDownList, asp.net 2.0
Page 1 of 1 (7 items)