-
Datagrid + form
Dear people,
I'm looking for something in ASP what I already did in Visual Basci but don't know if this is possible in ASP. It is the following thing.
I want to have a master form where the data of a user is showen and under the form a secondary form where you can see what he bought. this form should be a datagrid.
Is this possible in ASP. In Visual Basic it was easy to make. If in ASP it is also possible does someone has an example?
Thx
Cherrymo
-
You can accomplish somthing like that with frames. Then on the top you have one page, and on the bottom you have another page displayed.
-
grid
Do u mean like a master detail page? pls explain...