Hi
I have a form with a number of DropDownLists.
The 1st will alter the 2nd, etc.
One of the DDL’s has an amount (i the example below it would be DDL1_A & DDL2_A)
These DDL’s (the ones with the amount in) are the last option in each div (so the user does not select them as there is only one item in the DDL – the amount.
I would like to sum these amount into a text box.
Is this possible ?
Thank you
J
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="C#" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
</he ...
Go to the complete details ...