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
401 B

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script language="C#" runat="server">
void OnCbo1Change(object sender, EventArgs e)
{
lblText.Text = "The Text was changed to: " + cbo1.Text;
lblValue.Text = "The Value was changed to: " + cbo1.Value;
}
</script>
<html>
<head>
<title>obout Combobox examples</title>
<style type="text/css">