Currently, I am trying to create a dynamic feature that will allow a group of drop downs to update their items based on the selection made in another drop down.
I am utilizing C# and ASP.net for this project, and ideally, I would like to retrieve the required data directly from Sql Server. However, generating an xml file every time new data is uploaded seems like a tedious task.
Is there a straightforward solution for achieving this functionality?