i have a drop down list named ddl1
i am tryin to access his selected value property like this
ddl1.SelectedValue
but when i compile it sends me an error saying that
dropdownlist does not contain a definition for SelectedValue.
i am using Visual Studio .net 2002. can that be the problem.
cause i have seen in VS 2003 that you can acces the selected value of a dropdown list in that way.
so, how can i access a dropdownlist selected value in Visual Studio 2002 ?
thanks
i am tryin to access his selected value property like this
ddl1.SelectedValue
but when i compile it sends me an error saying that
dropdownlist does not contain a definition for SelectedValue.
i am using Visual Studio .net 2002. can that be the problem.
cause i have seen in VS 2003 that you can acces the selected value of a dropdown list in that way.
so, how can i access a dropdownlist selected value in Visual Studio 2002 ?
thanks