Sir,
I have going through a function in My ASP.NET Project to fill GridView as per the selection in DropDownList item.
I could not get the proper data because of AutoPostBack fires everytime. i.e the DataValueField and DataTextField value of DropDown always being the value of first row.
Data in DropDownlist are :-
The issue is suppose I select mobile from DropDownList , the AutoPostBack event fires and the value turn from productId 3 to 1 .
the function which I write in c# to load the GridView is :-
Please help me to solve this issue.

Vipan SharmaPosted Apr 30, 2016, 5:55 AM
Nilesh JoshiPosted May 6, 2016, 1:47 PM
Hi,
Upendra Pratap ShahiPosted Apr 30, 2016, 6:06 AM
Vipan SharmaPosted Apr 30, 2016, 6:03 AM
Bineesh ViswanathPosted Apr 30, 2016, 5:58 AM
Upendra Pratap ShahiPosted Apr 30, 2016, 5:46 AM