Sunday, March 11, 2012

Dropdown SelectedIndexChanged not showing the new item selected

Change test = ... to

test = ddlRateBasis.SelectedItem.Text

and see if it is still has no value. If it has a value, it is a mistake in how you're binding your dropdown to the database.

No comments:

Post a Comment