P
Paddy
The problem I am facing is as follows:
I am populating an HTML table on my webpage with rows of data from a
database. The rows may be sometimes 10 and sometimes say,3. I have two
buttons on that page "Next" and "Previous" which I want displayed just
a couple of lines below the table dynamically. Thus the positions of
these buttons would vary depending on how many rows are rendered. I
was wondering whether there is a programmatic way of doing this. I
tried quite a few times doing this via the Designer in Visual Studio
and it always gets messed up.
Would appreciate any help.
I am populating an HTML table on my webpage with rows of data from a
database. The rows may be sometimes 10 and sometimes say,3. I have two
buttons on that page "Next" and "Previous" which I want displayed just
a couple of lines below the table dynamically. Thus the positions of
these buttons would vary depending on how many rows are rendered. I
was wondering whether there is a programmatic way of doing this. I
tried quite a few times doing this via the Designer in Visual Studio
and it always gets messed up.
Would appreciate any help.