Microsoft
Software
Hardware
Network
Question : JavaScript, arrays, and DropDown
I want to do the following on the client side, without hitting the server. When the user clicks a dropdown list and selects a item from the list, I need to display a set of related data. Can I do this all in Java Script? The initial set of data comes from the server from the database.
Answer : JavaScript, arrays, and DropDown
If the related data can come (is coming) in the first hit itself, you will be able to do this at client side. You will have to handle it using Javascript (OR some latest javascript libraries like json, jquery, etc)
Random Solutions
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
Get Access Database online
Getting own send e-mail in Blackberry
How to design my DNS structure
JQuery based image (actually an element of code) rotator
"bad request" when trying to access 'options' page in Exchange 2010 OWA
What is the proper DNS settings for ...
Iterating through a PDF file (stepping through) for validation purposes
Custom Search Page and Impersonation
How do I dynamically sum up/display customcontrol (ascx control in the item template) values into an asp:repeater footer?