Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have two column Gridview in Sql Database The first column (Code) and Second column(Name) I need if user write (Code) in first column the (Name)will appear in the Second column

What I have tried:

i have two column in Sql Database The first column (Code) and Second column(Name) I need if user write  (Code) in first column the (Name)will appear in the Second column
Posted
Updated 15-May-22 0:29am
v2
Comments
Richard MacCutchan 15-May-22 7:27am    
Find the appropriate record via a SELECT and add the data to th grid view.
Member 15245804 16-May-22 3:19am    
i need when user write "CODE" for item in first column in datagridview the second column will appear with the "NAME" of its item
Richard MacCutchan 16-May-22 3:29am    
That is a requirement, and a very vague one, not a problem description.

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