Grid view?
-
Hi friends, I have to design a form. Its major control is Gridview. I have to display datas as Title,Author,Date in three columns. I did it. But when i click on the title the corresponding description will be displayed under the title as a new row similar to the Code project forum. Can anybody tell how it is possible?
-
Hi friends, I have to design a form. Its major control is Gridview. I have to display datas as Title,Author,Date in three columns. I did it. But when i click on the title the corresponding description will be displayed under the title as a new row similar to the Code project forum. Can anybody tell how it is possible?
Two ways: 1 - load the row with AJAX 2 - load the page with all the rows hidden by DHTML and then shown in a click event. Viewing the source of the pages you want to emulate is usually a good way to get some idea how they work.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )