Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Display only two listview  data(Not for all columns Soma columns only) in a single  listview And also perform Update delete operations, show all records in textbox any methos plz help me the complete simple example in  window application c#


What I have tried:

Display value from Database to TextBox in listview
Posted
Updated 24-Jan-17 23:58pm

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.
And asking for the complete application so you can hand it in as your own isn;t goign to make you any friends here!

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
private void tdtext_TextChanged(object sender, EventArgs e)
       {


           SqlDataAdapter ada = new SqlDataAdapter("select  ID, Title,Name,H_Phone,C_Phone,W_Phone,Address,City,State,Pin_code,P_Email,W_Email,Gender,Birthday,Marriage from TDContact Where ID = @tdtext ", con);


           }



how to make tdtext ID
tdtext work like a Id...??

// tdtext is my hidden textbox
 
Share this answer
 

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