Hi
i want to display some text on the label when i select an item int he listbox.
for this i have written some code which is workint fine in the InternetEplore but when it comes to mozilla the text not showing
my coding is like this
document.getEle mentById('<%=lb lcnt.ClientID%> ').innerText="1 Student(s) selected";
help me
i want to display some text on the label when i select an item int he listbox.
for this i have written some code which is workint fine in the InternetEplore but when it comes to mozilla the text not showing
my coding is like this
document.getEle mentById('<%=lb lcnt.ClientID%> ').innerText="1 Student(s) selected";
help me
Comment