Click here to Skip to main content
15,891,704 members

Comments by Thabo Pali (Top 2 by date)

Thabo Pali 19-Jan-11 4:55am View    
Thanks i already tried that and i got an error. I think the real issue is that i am referencing controls that are inside a third party grid, hence i decided to use this $("tbblkProcessCreditN_TabPanel1_ddlAccNo"); instead of $("#ID_OF_CONTROL_IN_HERE"));. Which is working fine. Maybe i should break it down a bit more. This is the piece of code not showing results: $('#tbblkProcessCreditN_TabPanel1_ddlAccNo').append($("<option value=" + allLedger.options[i].value + ">" + allLedger.options[i].text + "</option>"));
On every case.
Thabo Pali 30-Nov-10 4:40am View    
Thanks a lot it worked. WOW!