Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
aaa #1
How to do a basic header detail with two grids in a client side call?
I am interested in having a grid with header items and a second grid with
detail items. I was wondering if possible and how to do it if it is, to
select a row in the header then (assuming the detail data is hidden in an
XML DOM already on the client) using a client side call make this data
appear in the second grid?
Is there a tutorial on this anywhere on the web with code?
Also, is it worth it, given that it prevents a second call to the server, in
time and work?
aaa Guest
-
Query with Header & Detail
Here's my tables: IDENTITY (1, 1) NOT NULL (PRIMARY KEY) (50) NULL , IDENTITY (1, 1) NOT NULL (PRIMARY KEY) NULL , (100)... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
Header Detail Example
I want to relate 2 tables in Access or SQL for a one to many. I would like to find an example in .Net for data entry for this structure. For... -
Client side and server side scripting problem
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve... -
master/detail grids in web form
Some clarification: DataAdapter = daABC DataSet = dsABC 3 tables: A, B, and C all returned by a single parameterized Stored Procedure...



Reply With Quote

