When you bring in SQL records onto an .aspx page, is it possible to delete a row off the page (using VB) without deleting the record itself from the SQL table?
JJ
"Ignorance and prejudice and fear walk hand in hand" - Witch Hunt, by Rush
Depends on how you are displaying the data. If it is in a collection, you can remove that item from the collection. If you are generating a table, you can set the table's visible property to false. Please elaborate on your scenario.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.