I have a form where I want the user to review data prior to submitting it to a process. The form needs to display the rows of data. The first column needs to be a checkbox. This will be used by the user to delete that row so that it won't go to the next step (process). What is the best way to handle this? Datagrid control or something else? If you can share some same code or point me to a sample code link, I'd appreciate it (I'm a newbie). As info, the development environment is Visual Studio 2008, using Visual Basic and the database is SQL Server. Thanks, MEG