I have one dropdownlist control.
But when I Convert It.
It is giving me error:-
System.FormatException: Input string was not in a correct format.
decimal addDomain = Convert.ToDecimal(ddlAddDomains.SelectedValue);
ddlAddDomains binded value is number.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.