Language="VB"
<%@ Register Src="../App_API/PatientInfo.ascx" TagName="PatientInfo" TagPrefix="ucl" %>
<ucl:PatientInfo ID="PatientInfoUserControl" runat="server" />
In CodeBehind
Dim AssignedPathologist As RadComboBox = CType(PatientInfoUserControl.FindControl("AssignedPathologistRadComboBox"), RadComboBox)
Dim AssignedPathologistText As String = AssignedPathologist.text
Dim AssignedPathologistValue As String = AssignedPathologist.value
Getting : error BC30456: 'value' is not a member of 'Telerik.Web.UI.RadComboBox'.