Hi All Senior Sir,
i have two dropdown
one is PropNature(Commercial,Reidentail)two field
second is propType(1bhk,2bhk,office,plot etc)
i bind both dropdownlist and data show in dropdownlist but requrement is that
if user select (Residentail)[PropNature]dropdownlist then show only 1bhk,2bhk,3bhk,4bhk,
and user select (commercial)[propnature]dropdownlist then show only office,plot,corpateoffice
I have two table is that
PropNature tableName
PID int,
PropName(Residentail,Commercial)
and second Table is
PropType TableName
PropId int,
PropName(1bhk,2bhk,Office,Plot)
plz suggest me
thanks