Himanshu Manjarawala Sr. Software Engineer@AutomationAnywhere http://fieredotnet.wordpress.com/
Dim ddl As DropDownList = TryCast(sender, DropDownList) Dim objDCF As DataControlFieldCell = TryCast(ddl.Parent, DataControlFieldCell) Dim lblText As String = TryCast(objDCF.FindControl("lbl"), Label).Text
Kind Regards, Jay
Login to post response