Dropdown not displaying selection

Ok, simple form that allows the user to set parameters for a report.whose data is then displayed in a grid

Access Type: CSCD: GetRpt(args))>


SaveExcel(args))>

The change procs are:
protected void ChangeAcc(object args)
{
AccSelect = (DropDownList)args;
ddlValAcc = AccSelect.TypeDesc;
}

protected void ChangeCSCD(object args)
{
CSCDSelect = (DropDownList)args;
ddlValCSCD = CSCDSelect.TypeDesc;
}

I have read all the other topics dealing with this that I can find and have applied what I've read, but they still don't display the selections.

What else am I missing?

Hey @DBeaird,

Unfortunately I don't understand your post - the code is not formatted nor there are screenshots. Please check our forum FAQ for details on how to improve your post.