I have a web page that includes a datagrid. A button at the top of the page allows you to add a new record. When pressed a new record is added to the database(SQL Server), then the page is re-displayed showing the previously existing records and a new one. All entries in the datagrid are editable. There are 3 editable columns. What I would like to do is, after the new record is inserted, when the page returns, I would like the new entry selected for edit, and focus set on the first editable column. I have made numerous attempts using snippets I have found on the web. Still struggling! Your help would be very much appreciated.
wfw
wfw