U
Uriah Piddle
Hi Gang,
In a GridView, I have some asp:CommandFields and then some regular asp
controls like this:
<grid view>
<columns>
... a few command fields
<templatefield>
<itemtemplate>
... divs with regular asp controls in them
The command fields line up horizontally across the screen which I want.
However, the controls in the itemtemplate align left against the right side
of the last CommandField. What I want to do is to get the effect of a line
break and carriage return after the last CommandField so the controls in the
item template align left in the grid view. I tried putting all the controls
in a table in the itemtemplate but then the CommandField controls did not
show up.
Thanks for any ideas.
Steve
PS: sorry about the typing. I got a bad little finger from hammering the
keyboard and i am typing with it taped to the next finger.
In a GridView, I have some asp:CommandFields and then some regular asp
controls like this:
<grid view>
<columns>
... a few command fields
<templatefield>
<itemtemplate>
... divs with regular asp controls in them
The command fields line up horizontally across the screen which I want.
However, the controls in the itemtemplate align left against the right side
of the last CommandField. What I want to do is to get the effect of a line
break and carriage return after the last CommandField so the controls in the
item template align left in the grid view. I tried putting all the controls
in a table in the itemtemplate but then the CommandField controls did not
show up.
Thanks for any ideas.
Steve
PS: sorry about the typing. I got a bad little finger from hammering the
keyboard and i am typing with it taped to the next finger.