Guys, Can anyone redirect me to a good ListView example in ASP.net using LinQ, VB.net and Modal Window.
What I am trying is list all the records from my Contacts table and when user clicks on any record or tries to add a new record it should open in a modal window and should be able to edit or add a record.
I have seen in many websites when a record is clicked only we will be able to work on the modal popup and the listview refreshes upon closing the window.
Thanks in advance.