Migrating from ASP, data displaying problem

  • Thread starter Thread starter Fedor G via DotNetMonster.com
  • Start date Start date
F

Fedor G via DotNetMonster.com

Pls help me manage the data displaying on the webform aspx c# page.

I used Dreamweaver to manage data displaying in the repeat table, ie simply
dragged the fields to the table cells, where I need to display data. then set
a repeat region for the table.

Now the problem is I dont know how to put desired data to the desired places
on the webform page.

the data is displyed well in datagrid.

Thanks in advance.

Fedot.
 
Hi Fedor,

In order for us to help you, we need you to post some sample code and/or
HTML explaining your problem. Try to show what is happening and what you'd
like to happen.
 
Thanks for the quick reply, I've found the answer - it's datalist,
and here is the good example: http://www.asp.net/CommerceStarterKit/

Fedot.

Joshua said:
Hi Fedor,

In order for us to help you, we need you to post some sample code and/or
HTML explaining your problem. Try to show what is happening and what you'd
like to happen.
Pls help me manage the data displaying on the webform aspx c# page.
[quoted text clipped - 13 lines]
 
Back
Top