Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to pass partiuclar column value from one gridview to another gridview in asp.net using C#.

Gridview1

CourseName Courseid
AFF 1
FPFF 2
MFA 3

Gridview2
CourseName

i want the output as follows in Gridview2

Gridview2

CourseName
AFF
FPFF
MFA

In Gridview2 user want the CourseName from the Gridview1 for that how can i do using asp.net in C#.

Regards,
Narasiman P.
Posted
Updated 27-Dec-13 21:51pm
v2
Comments
Vinay Jade 29-Dec-13 0:19am    
be specific i dont understand what you want

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900