ASP.NET question re: Datagrids

Associate
Joined
18 Oct 2002
Posts
972
Location
Derby
I have a webpage with a datagrid of names. When the user clicks on the persons name they get another datagrid with more details and pictures etc..
In the past I have used the simple grid on the first page with a hyperlinkcolumn and the second page running a query based on the userid. I am working on a page that has quite a wide body and a thin datagrid of names and I am wondering is it possible in any way for the user to click an entry and instead of being sent to another page, have the results appear on the same page? I realise you can probably do this with super duper ajax and .NET 2.0 but the webserver I am working with is .NET 1.1. Any help/suggestions appreciated.
 
Ok, I sorted of got it fixed with a little bit of javascript and using the toggle-repeater tutorial on 4 Guys From Rolla. I have it working as I want it apart from the fact if I click a users name to get more information I have to click it again to get it to disappear. Is there any way of being able to do this in one click as you go to the next/previous person on the page?
 
Back
Top Bottom