how to open one datgrid in another datagrid
-
i want to open another datagrid on the click button of first datagrid
-
i want to open another datagrid on the click button of first datagrid
do you want to open the datagrid in another page or ...?
Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.
-
do you want to open the datagrid in another page or ...?
Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.
no i want to open in the same page
-
i want to open another datagrid on the click button of first datagrid
Do you mean nested, or further down the page ? If you want to open number 2 based on what number 1 selects, then you need to use AJAX. If you want them nested, you probably need to use repeaters to lay out your controls.
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 )
-
Do you mean nested, or further down the page ? If you want to open number 2 based on what number 1 selects, then you need to use AJAX. If you want them nested, you probably need to use repeaters to lay out your controls.
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 )
i have two columns in the datagrid and clicking on the button column of the datagrid i want to open second datagrid
-
i have two columns in the datagrid and clicking on the button column of the datagrid i want to open second datagrid
You've restated your need, without answering any quesitons or adding any information. My answer, therefore, remains the same. You can do a postback, or you can use AJAX.
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 )
-
i want to open another datagrid on the click button of first datagrid
Put the nested Datagrid in a template column of the main datagrid , use divs to display/Hide Datagrid on click of the button
-
i want to open another datagrid on the click button of first datagrid
-
i want to open another datagrid on the click button of first datagrid
Dear govindi, There are two way to put grid on the page. First is that you can put it into the another grid (Nested grid). and the another one is that you put seperate grid on the page. In nested grid you hv to bind the second grid in rowdatabound event. Let me know if u want another clearficitation. _Anil
jhgdgf