Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error:- has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value

Plz Plz Help me Fast......
Posted
Comments
tanweer 31-May-12 8:07am    
untill you don't post your block of code here nobody can help you

Based upon what little you gave us, I would assume you are trying to look at a dropdown or something like that to get the SelectedValue before the value is selected. This is common when the code for getting the SelectedValue is run when the application or page first loads. You should do a check to be sure something is selected before trying to read the value.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900