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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20584476.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20707455.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_20965731.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21030636.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22159647.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20805137.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20832887.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21140852.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21634600.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21750574.html
Zones:
.NETDate Answered: 03/06/2006 Grade: B Views: 0