Re: ASP.NET Data Controls hi guys,
Is it possible to do this? I have a screen with a datagrid and detailsview. You can select a record in the datagrid, modify it in the detailsview. Works fine. I need the ability to search through the datagrid and position it at the inputted ID. I.e. the record key is called 'ProductID' and the table contains 1,000 records. I don't want the user to have to look through 50 pages to find the product, then edit it. I want to accept input from a textbox and then position the grid at that record, and if possible, force it to be selected so the detailsview will let them edit it.
__________________ G.A.P |