View Single Post
  #80 (permalink)  
Old 08-28-2007, 07:35 AM
garunprasad garunprasad is offline
D-Web Trainee
 
Join Date: Mar 2007
Location: Chennai
Posts: 45
garunprasad is on a distinguished road
Send a message via ICQ to garunprasad Send a message via AIM to garunprasad Send a message via MSN to garunprasad Send a message via Yahoo to garunprasad Send a message via Skype™ to garunprasad
Default 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
Reply With Quote