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.
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.