I have a Grid-view it contains dropdown list i want to way to when dropdown selected index change get gridview selected row cell values
in asp.net c#
I have a Grid-view it contains dropdown list i want to way to when dropdown selected index change get gridview selected row cell values
in asp.net c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Nov 8, 2022, 5:04 AM
On DropDownList SelectedIndexChanged event you can get selected row value.
tharanga sahabanduPosted Nov 8, 2022, 5:58 AM
thank you bro
Jignesh KumarPosted Nov 8, 2022, 4:53 AM
Hello,
Based on sender you can identify the grid row and based on that row you can find cell values,