Browse by Tags

Related Posts

  • How to populate a DropDownList in a Template Field in a DetailsView based on the selected value of another DropDownList in a different Template Field in the same DetailsView.

    Hello all, I have a DetailsView bound to an ObjectDataSource . The DetailsView has 2 Template Fields . Each template field hast a DropDownList bound to an ObjectDataSource . DropDownList2 depends on DropDownList1. My problem is that when I try to set the SelectParameters using Visual Studio, I select...
    Posted to Data Access and ObjectDataSource Control (Forum) by payini on 05-28-2009, 12:00 AM
    Filed under: objectdatasource, Parameter Source, SelectParameters, Template Fields, Control, DetailsView, DropDownList
  • help needed with an aspx file

    Hi I have just taken over looking a web page and there is a problem with the output of mty database it is a aspx file working off an ms access database it is generating output properly however it seems to double up on the output on the first page and if you go to last page it does all output any help...
    Posted to Web Forms (Forum) by SARAH PERI on 03-22-2009, 12:00 AM
    Filed under: Visual Studio 2005, aspx, attributes source formatting, Configuration, Database, Database project, datagridview control, detailsView, DetailView not populating data, dropdown, Dropdown Template, Dropdownlist, How to programmatically bind data to a Dropdownlist?, source view, breakpoint condition
  • 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: ddl, 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: template Control, Visible, DetailsView, DropDownList
  • 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
  • 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: advanced, arraylist, DetailsView, DropDownList
  • 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, DropDownList, Detailsview dropdown problem
  • 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: Controls, DetailsView, DropDownList, Detailsview dropdown problem, BoundColumn
  • DetailsView will not update!

    I give up with this one, can anyone tell me why this won't update? I have spent hours on this. If I don't use parameters in the datasource then it jumbles everything up but if I do, it won't update at all! I can see the values, i can play with them and see that they are correct but they do...
    Posted to Data Presentation Controls (Forum) by Drackie on 08-11-2009, 12:00 AM
    Filed under: DetailsView, DropDownList, sql, access
  • 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 (10 items)