-Left column has DropDownList and ListBox which populate the GridView in the middle; -Right column contains two stand-alone user controls (bpm, currenttime). -This page also uses Cookies to track the last category selected.
this.ClientScript.RegisterClientScriptBlock(this.GetType(),"Callback","function GetTypes() { " + GetTypeInvocation() + " } ",true);
private string GetTypeInvocation(){ return Page.ClientScript.GetCallbackEventReference(this, "document.getElementById('" + ddlCategories.ClientID + "').value", "DisplayTypes", "\"context\"",true); }
//TODO: create the user controls programmatically.