Give a DropDownList in a dashboard when i select program it will automatically bind courses by programid and when i select courses it will so sems by courses id and when i select course it will show students list of that sem by sql database.
Hi adepuabhilash60,
You are implementing cascading DropDownList from Database.
So you need to set the DropDownList AutoPostBack property to TRUE and add the OnSelectedIndexChanged event handler.
For more details refer below article.
Creating Cascading DropDownLists in ASP.Net
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.