I have the below error message in my asp.net website when i replaced the textbox and put dropdown and named the dropdown id same as textbox id.
The value from the drop down should be taken and put in a email body and will be received as mail when i click on the submit button.
Below is the error i am getting when i click on the submit button.
System.InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.DropDownList' to type 'System.Web.UI.WebControls.TextBox'. at WebApplication1._Default.collectEmailBodyText() in C:\v1.5_production_05June09\Default.aspx.vb:line 213
Please help me !