ASPNETnewbie
Programmer
Does anyone know How best to deal with a FormatException Error without using a try catch Statement?
AspNETNewbie
AspNETNewbie
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
this.State.Items.Add(new ListItem(state.Ab,state.ID.ToString()));
this.State.Items.Add(new ListItem(state.Ab,state.ID.ToString("d")));