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?
You need to place that line in the SelectedIndexChanged event that you created. You asked how to get the dropdownlist, so that line I gave will give you the DropDownList that is causing the event
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.