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 can access it in the following way
DropDownList drplocation = (sender as DropDownList);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.