I have a dropdown menu in my ASP .NET 2.0 C# page and when the user selects any item, a bunch of labels ad text boxes are updates with new info, but currently, my page does a postback and is re-rendered.
What is the easiest (or shortest) way of getting the fields to update without a postback? I am getting the data off sql server.