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 will have to assign selectedindex changed event and also AutoPostBack=true
and on the selected index changed event of first dropdown you will need to bind other
refer http://www.aspsnippets.com/Articles/Creating-Cascading-DropDownLists-in-ASP.Net.aspx
http://www.aspdotnet-suresh.com/2011/11/how-to-implement-cascading-dropdownlist.html
In this link http://www.aspdotnet-suresh.com/2011/11/how-to-implement-cascading-dropdownlist.html
He has used web services.. Can u give me an alternative for it
Alternative option I gave you in the first link. Thought it is no in GridView the logic is same
That is in framework 4 i am using 3
i need to load these dropdownlists which are placed in empty data templates footer row
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.