Hi,
I have a footer template in gridview with 4 dropdownlist in a row. Based on the selection of first dropdown i need to load data in the other dropdownlists and similarly for the rest.. How to write events for this?
Yes for all dropdowns set AutoPostBack = true and set the SelectedIndexChanged event
Note: Make sure you bind Grid only in !IsPostBack condition otherwise your events will never hit.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.