Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Fred Zolar #1
Delete key doesn't delete when datagrid is bound to a disconnected table
(Re: WinForm Datagrid) I manually built a table instead of filling it from a
datasource. I bound my datagrid to the table. The datagrid works great. But
when I select a record selector and hit DEL, nothing happens. Why won't the
row delete? How can I make the DEL key work?
Fred Zolar Guest
-
How to delete the first entry of a table
I know that I can read the first row of a table with $db_query = "SELECT * FROM mytable ORDER BY key_mycode ASC LIMIT 0, 1"; But how can I delete... -
delete automatic in table after 2 months
I need to delete automatic in DB after 2 months. db tbl in_sert column recordID employeeID datum (date) mfm mem tfm tem ofm oem recordID =... -
Delete form - Post data to a table and delete uponsubmit.
I have a delete form that I'd like to post the data to a table (delete_pcn) and delete upon submit, so that all deletions may be kept track of in... -
DELETE table and reset AutoNumber
I'm using MS-Access and was wondering if there's a way to DELETE a table and reset the primary key which is an AutoNumber field. If I do "DELETE... -
Delete from one table with matching records in another table
I'm an Access programmer making the migration to SQL Server, and I want to delete all the records from one table with matching records in another...



Reply With Quote

