You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
664 B

<%@ Page Language="C#" Inherits="cs_customers" src="cs_customers.aspx.cs"%>
<%@ Register TagPrefix="ogrid" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Register TagPrefix="spl2" Namespace="OboutInc.Splitter2" Assembly="obout_Splitter2_Net" %>
<html>
<head runat="server">
<script type="text/javascript">
function SelectCustomer() {
var CustomerID = ddlCustomers.getValue();
// load selected Customer details
ob_post.AddParam("CustomerID", CustomerID);