how to bind the listbox values into gridview in asp.net
Gridview as follows
CourseName Courseincharge
i have two listbox as follows
Listbox1 as CourseName as follows
MFA
AFF
CTF
Listbox2 as Courseincharge as follows
Ramesh
Kumar
Sathish
From Listbox i want to display into above gridview.
for that how can i do using asp.net