I am using the following but not working selected item is turning redline, not getting recognized. i thought this would work.
contractno is declared as string.
ddlType_Identification is a dropdownlist box. i want get the text value of the selected item.
contractno = ddlType_Identification.Selecteditem.text;
VS 2008 3.5 framework using.
Thanks a lot for the helpful info.
Go to the complete details ...