Hi,
I'm playing with javaScript and AJAX and using the source code used in this page: http://www.codeproject.com/KB/webforms/MultiSelectDropDown.aspx (Actually I copied the code on the Default.aspx to the page I was working on, which has a MasterPage and translated Default.aspx.cs from C# to VB.NET)
However, I'm having an "Object Required Error" in the line
divRef.style.display = "block";
Any ideas why is this happening?
Thanks,
Ana