Browse by Tags

Related Posts

  • Need first item in Drop Down to be -Please Select- Formview

    Hi, I am just using the formview and built in Sql Datasource to populate a drop down list. I want the first record to be a select message, so that the onchange event can fire and build out a gridview of records based on a parameter from the drop down. I can do everything but get the blank record in the...
    Posted to Data Presentation Controls (Forum) by Lgilman327 on 05-26-2009, 12:00 AM
    Filed under: databind, DropDownList, FormView
  • Dynamically adding list items to a formview dropdownlist control

    Hi folks, So I have a formview control that contains a series of textboxes and dropdownlists. The dropdownlists are populated dynamically from a SQL database. What I want to do is have it so the dropdownlist also contains a value for adding a new item (in addition to the items from the database). I can...
    Posted to Web Forms (Forum) by ppalubinski on 12-10-2008, 12:00 AM
    Filed under: DropDownList, FormView, ItemTemplate, listitem
  • problem with a dropdownlist and a formview

    I am having problems with using a dropdownlist with a formview. I created a formview that uses "fvwDataSource1" data source and all works well. But when I change it and use "fvwDataSource2" and dropdownlist "DropDownList1" with "fvwDataSource2" , nothing appears...
    Posted to Data Presentation Controls (Forum) by scottstgelais on 10-16-2008, 12:00 AM
    Filed under: .Net 2.0 FormView, DropDownList, FormView, .aspx page
  • Bubble Event for Accessing SelectedIndexchanged in FormView Insert Template

    I have a FormView "FormView1" which contains a drop down list "dropdownlist1" in the insert template. I need to be able to get the value when the selected index is changed in the drop down list. I understand this is done using bubble events. How do I do this in c#? Cheers, Roger.
    Posted to Data Presentation Controls (Forum) by mcnallyr on 10-19-2006, 12:00 AM
    Filed under: DropDownList, FormView, asp.net 2.0
  • DropDownList on FormView

    I know that I am probably missing something so simple that I cannot see it, but here is my situation... I have an aspx page with 2 objectdatasource controls linking to SQL server data, one for the formview (insert mode only) and the other to populate a dropdownlist with data. The objectdatasource for...
    Posted to Data Presentation Controls (Forum) by EricCagle on 07-14-2009, 12:00 AM
    Filed under: vb.net, asp.net, query, ObjectDataSource, formview, dropdownList
  • DropDownList on FormView is blank after Insert command

    I have a FormView that is defaulted to Insert mode--I only use the page to add new records. On that FormView (InsertItem template) I have a DropDownList that gets populated in the Page_Load code using a DataReader. Problem: All is great until I click the Save button on the page to execute the Insert...
    Posted to Data Presentation Controls (Forum) by EricCagle on 07-16-2009, 12:00 AM
    Filed under: formview, dropdownList
  • FormView DropDownList Populated via CodeBehind with Lookup Table and Bound to a Source Table

    Greetings, IS and programming are my second career. I've been trying to learn as much as possible about Asp.net and C#. I've searched without success for something on how to code a DropDownList on a FormView control that is populated using a codebehind method that pulls the data from a SQL Server...
    Posted to Data Presentation Controls (Forum) by rlbaum on 10-09-2009, 12:00 AM
    Filed under: DropDownList, codebehind, FormView, binding
  • How to select item in DropDownList populated via SqlDataSource

    Hello all. I'm brand new to ASP.NET 3.5 (VB.NET) and am trying to wrap my head around some of the controls available in order to leverage as much .NET out-of-the-box functionality as possible. I have a FormView that is populated via a SqlDataSource (SP). I set DefaultMode to "Edit" because...
    Posted to Data Presentation Controls (Forum) by beeps4848 on 10-12-2009, 12:00 AM
    Filed under: DropDownList, FormView, SQLDataSource
  • Issue with drop down list event that resides in a form view

    Just trying to implement the simple selected index change event on a drop down list inside a form view. The same thing is a cake walk outside of the form view. However, as soon as I embed it inside the form view, I noticed the FindControl() method is not accessible when trying to implement it. Any guidance...
    Posted to Data Presentation Controls (Forum) by rajib.bahar on 11-10-2009, 12:00 AM
    Filed under: vb.net, dropdownlist, formview
  • Re: SelectedIndexChanged called when nothing changes...

    Hi All! Can someone shed light on a similar problem here, hopefully this trail is still active... I have 4 cascading dropdownlists (named ddlCountryID_edt, ddlProvinceID_edt, ddlCityID_edt, ddlSuburbID_edt) located in the EditTemplate of a FormView (named fmvEnterpriseDetails) which in turn is located...
    Posted to Web Forms (Forum) by james_t on 12-04-2009, 12:00 AM
    Filed under: DropDownList, FormView, SelectedIndexChanged, cascading dropdown
Page 1 of 1 (10 items)