Thanks.
I am developing my website using asp.net in C#. My first area of concern here is how to read my second XML file based on the key and get all the associated details. Can you please provide some examples to how I should do that.
Second one I have is with the select Index changed event not firing when I test using Firefox. I could see the event firing when I launch using IE. I am not sure if the solution you suggested would address my second problem.
Main Topics
Browse All Topics





by: ti84pPosted on 2009-08-06 at 19:38:51ID: 25039667
Your script could check the values of previous selections using document.getElementById('i d').value or document.getElementsByName ('name')[0 ].value (I think that second one works in many browsers) to determine what to display.