I fill dropdown lists values from the database then I wants to hard code first value and last value. I already hard code first value it's like this.
cboName.Items.Insert(0,new ListItem("----Select----","0"));
how can I hard code last value of the dropdown list, I want to add last value as a ----Other----. can anyone help me?
Thanks.