Click here to Skip to main content
15,895,807 members

Comments by Member 10252940 (Top 2 by date)

Member 10252940 4-Jun-14 5:11am View    
i have my data in list filled from BE and lst.Name and lst.Adress
now i want to show in both of them in dropdownlist with line break so i m trying to do like this but not working
ddlselect.Datatextfeiild=lst.Name+"\n"+lst.adress;
ddlselect.datavaluefeild=lst.Personid;
which gives me an error of lst.Name not an property of be object
Member 10252940 11-Apr-14 6:51am View    
by searching i have tried them but i am not getting it after completing of my long run process its disapearing after the time which i have set in settimeout function