1
Answer

how to bind the listbox values into gridview in asp.net

narasiman rao

narasiman rao

11y
3.9k
1
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
Answers (1)