Browse by Tags

Related Posts

  • Inserting Data into one table with category chosen from another table

    Hi, I am a novice programmer. I have this problem and can't seem to find an answer to my problem. I have two tables, an artist and a category table. the artist table have the following fields, name, artist_id and cat_id, and my category table have the following fields, cat_id and category_name . Both...
    Posted to Data Presentation Controls (Forum) by RuanRossouw on 01-06-2007, 12:00 AM
    Filed under: ASP.NET, Visual Web Express, inserting data, dropdownlist, database, multiple tables, bind
  • Re: Details View DropDownlist in edit mode

    Hello, you can use a binding expression for this. You want to bind the value of the selected value to a datasource: < asp:DropDownList ID= "DropDownList1" runat= "server" SelectedValue= ' <%# Bind("Field") %> ' > The attribute SelectedValue is not listed by IntelliSense for a DropDownList...
    Posted to Data Presentation Controls (Forum) by michielvoo on 02-18-2007, 12:00 AM
    Filed under: DropDownList, Bind
  • AJAX cascading dropdownlists in a FormView

    Hi all, I'm trying to create a set of cascading DropDownLists within a BOUND FormView. <asp:FormView ID="FormView1" ....> <EditItemTemplate> Program Mode: <asp:DropDownList ID="ProgramModeID" SelectedValue='<%# Bind("ProgramModeID") %>' runat="server" DataSourceID="dsProgramMode...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by multiplex7777 on 04-06-2007, 12:00 AM
    Filed under: DropDownList, AJAX, Bind
  • Re: Gridview - How to save the selected value from a drop down list?

    Hey Nos, First thing you should try is changing 'eval' to 'bind'. To put it very (very) simply: 'Eval' is one-way binding (read only). 'Bind' is two-way binding (read/write). Try it like this: SelectedValue='<%# bind ("period_id") %>' Hope this...
    Posted to Web Forms (Forum) by djh on 10-03-2007, 12:00 AM
    Filed under: DropDownList, eval, bind, selectedvalue, drop down list
  • Binding DropDownList to 2 datasources

    Hi, I have a pretty common issue that unfortunately haven't found any viable solution for. In my asp web form, I have a DropDownList inside a repeater control. What I'd like to do is populate the DropDownList with a list of options obtained from a SqlDataSource. Currently I'm using the DataBind...
    Posted to Data Presentation Controls (Forum) by bherrok on 06-12-2008, 12:00 AM
    Filed under: DropDownList, datasource, Binding, Bind, currencymanager, 2 datasources
Page 1 of 1 (5 items)