brianhickey 0 Newbie Poster

Hey guys.
I have a dropdown list created in visual web developer that shows all items from a database where customer id = txtCusId.Text;

The problem im getting is that the dropdown menu seems to check txtCusId.Text before page_Load is ran by the c# code.

Is their c# code for a button or anything that can reload a dropdown list?

eg. something like ddItem.Render();

Any help would be appreciated