X
Xarky
Hi,
I am using a DropDownList and populating with items. One of the items
is set as blank("").
I need to check that the items selected from this DropDownList is not
that value but another one.
I am using the following code:
string result =DropDownList.SelectedItem.Text;
The value of the result is always being an empty string(""), even when
I select an item that has text in it.
Can someone help me out.
Thanks in Advance
I am using a DropDownList and populating with items. One of the items
is set as blank("").
I need to check that the items selected from this DropDownList is not
that value but another one.
I am using the following code:
string result =DropDownList.SelectedItem.Text;
The value of the result is always being an empty string(""), even when
I select an item that has text in it.
Can someone help me out.
Thanks in Advance