<% @ Page language = "c #" autoeventwireup = "true" debug = "true"%>
Void Page_Load (Object Sender, Eventargs E) {
Hashtable ht = new hashtable ();
Ht.Add ("1234", "Microsoft");
Ht.Add ("5678", "IBM");
Ht.Add ("7895", "sun");
Ht.Add ("0123", "orlce");
MyDataGrid.dataSource = HT;
MyDataGrid.databind ();
}
Script>