Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Guys, I need help on my project here! I have a list view which retrieves some of the employee information from the database(sql), but I need when user select one of the employee on the list view control to display a full information of the selected employee on another form (information plus that not listed on the listview control). And also how to update the database by edit the listView items.

Thanks in advance.......
Posted

1 solution

Use hyperlink field in ItemTemplate of ListView and set it Target property to _blank. There is an update event which is fired when an update operation is performed just add code to that event for updating that particular row and you're on. Refer to some article if you're a newbie.
Happy Coding
 
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