use AJAX modal popup it is very helpful get the seleceted index in row command of grid view and show it in modal popup
On Wed, Nov 25, 2009 at 11:52 AM, Cerebrus <[email protected]> wrote: > The simplest way would be to create a separate page that accepts > parameters indicating the selected record in the Main page and then > launch the popup which loads the secondary page displaying the > DetailsView. > > On Nov 24, 5:44 pm, Maxwell <[email protected]> wrote: > > Hi People, > > > > I am a freshman in C#.Net framework therefore I am looking how to > > display details view in a pop-up window. > > > > I have a web report that shows many rows of data in a GridView and > > when you select a specific row it´s displaying the DetailsView on the > > same web page. > > > > Instead of displaying in the same page, I would like to use directly > > these displayed details and show them in a pop up window. > > > > Can someone help me with this or point me to an article on the > > topic? > > > > Thanks in advance! > > M >
