Advertisement

1 - 10 of 17 containing alltags:("Dropdownlist in a Datagrid") (0.001 seconds)
Hello I need to handle the SelectedIndexChanged event of a DropDownList in a DataGrid so that the page could dynamically make some calculations according to the values selected in these DropDown...
Zones: C#Date Answered: 04/15/2003 Grade: A Views: 0
I have a DataGrid bound to an ArrayList of a custom objects.  Two columns in the DataGrid contain DropDownList controls when in edit mode (EditItemTemplate).  The options available in the second Dr...
Zones: C#Date Answered: 08/12/2003 Grade: B Views: 0
I have a datagrid with a details button. After I click on the button, it puts the data from the datagrid that needs to be edited in a series of databound textboxes. That works fine. Now what I need...
Zones: ASP.Net ProgrammingDate Answered: 04/26/2004 Grade: A Views: 0
I am attempting to build a shopping basket which will require the user to select a qty from a drop down list. I am using a datagrid for this, and need to populate the list with numbers 1-100. Wha...
Zones: ASP.Net ProgrammingDate Answered: 06/18/2004 Grade: A Views: 0
Looking for a VB web solution to this problem: I have a datagrid that is populated from the database, and allows spreadsheet-like editing of several rows and columns of data. Two of the columns ...
Zones: ASP.Net ProgrammingDate Answered: 02/23/2007 Grade: A Views: 0
I am using the following functions to edit a datagrid using a dropdownlist.  I want the dropdownlist to preselect by matching to the item that is already in the database to the item within the drop...
Zones: ASPDate Answered: 11/22/2003 Grade: A Views: 0
I have a dropdownlist in a datagrid and I need to retrieve the value of the selected item in the dropdownlist using a JavaScript function. Here is some of my code: <script language="javascrip...
Zones: .NETDate Answered: 12/23/2003 Grade: A Views: 0
I am working with .NET ASP QuickStart tutorials. To see the sample I am talking about, please open this page: http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx Click link...
Zones: .NETDate Answered: 09/23/2004 Grade: A Views: 0
I have a datagrid that has three dropdownlists in it; two of these are dependent on the selected value of another dropdownlist that's outside the datagrid.  I have the datagrid's DDLs being populat...
Zones: ASP.Net ProgrammingDate Answered: 11/17/2005 Grade: A Views: 0
I have added the DropDownList to the DataGrid and I need to be able to view the data, edit it and add to it. The List for the Drop Down comes from a database. I am getting the follwing error "Objec...
Zones: .NETDate Answered: 03/06/2006 Grade: B Views: 0