DataGrid in detailspage

  • Thread starter Thread starter Cemal Karademir
  • Start date Start date
C

Cemal Karademir

Hi,

I'm new in asp.net. I do have experience with VB6, but not much in asp.Net.
Can someone provide me the solution of my problem.

I have on a masterpage an DataGrid containing articles. On the detailpage I
want the selected article (from the masterpage) to be added in an other
DataGrid.

After acceptance the user clicks a button and the article will be stored in
the database.

I use an Access database and WebMatrix.

In VB6 I used properties like TextMatrix etc. But I believe this is not
supported in Asp.Net.

Regards, Cemal
 
Cemal Karademir said:
Hi,

I'm new in asp.net. I do have experience with VB6, but not much in asp.Net.
Can someone provide me the solution of my problem.

I have on a masterpage an DataGrid containing articles. On the detailpage I
want the selected article (from the masterpage) to be added in an other
DataGrid.

After acceptance the user clicks a button and the article will be stored in
the database.

I use an Access database and WebMatrix.

In VB6 I used properties like TextMatrix etc. But I believe this is not
supported in Asp.Net.

I'm sorry, but I can't determine what your question is!

BTW, what's "TextMatrix"? I've done VB6 but never heard of it.
 
I want to select an item from the grid on the masterpage, and then to be
shown in an other grid in the detailpage.

Never heard of "MSFlexGrid1.TextMatrix(ROW, COL) as string"?

Cemal
 
Back
Top