As Expected if I comment out the following from the
Ticket_Management_Sample_1.ascx file it works fine:
//DataTable dtLocation = adm.ListEnumerationValues(type);
//cmbLocation.DataValueField = "Value";
//cmbLocation.DataTextField = "Label";
//cmbLocation.DataSource = dtLocation;
//cmbLocation.DataBind();
On Mar 19, 10:15 am, "
dale.har...@gmail.com" <
dale.har...@gmail.com>
wrote: