I am in the process of creating a web application where I can provide a list of employees and have a user click over a record to show its content.
I have a grid that works fine and have used "anchor" to position a selected record. However, I would like to adopt the concept of a web mail systems such as Hotmail, Yahoo, etc. wherein a user can select among list of records and when clicked it would go to that particular record showing further details,... and hiding the grid.
I was successful modifying the column expression of grid DTC with query strings referring to another page. Through this, I can call a Request.Query() in the page being referred at to change my SELECT statement and show a certain record.But this yields one record only. How can I implement a Next and Prev navigation with this solution?
Please help. Thanks a lot.
I have a grid that works fine and have used "anchor" to position a selected record. However, I would like to adopt the concept of a web mail systems such as Hotmail, Yahoo, etc. wherein a user can select among list of records and when clicked it would go to that particular record showing further details,... and hiding the grid.
I was successful modifying the column expression of grid DTC with query strings referring to another page. Through this, I can call a Request.Query() in the page being referred at to change my SELECT statement and show a certain record.But this yields one record only. How can I implement a Next and Prev navigation with this solution?
Please help. Thanks a lot.