<% @ Page language = "c #" autoeventwireup = "true" debug = "true"%>
Void Page_Load (Object Sender, Eventargs E) {
IF (! ispostback) {
Hashtable htb = new hashtable ();
HTB.Add ("1234", "Microsoft");
HTB.ADD ("3210", "SUM");
Download_2.DataSource = HTB;
Download_2.DataValuefield = "Key";
Download_2.datextField = "Value";
Downlist_2.databind ();
}
Else {
Label_1.text = "Download_1 Value IS:" DOWNLIST_1.SelectedItem.Value "
"
Label_2.text = "DOWNLIST_2 VALUE IS:" DOWNLIST_2.SelectedItem.Value "
";
}
}
Script>