datagrid-columns

R

reiks

I have a datagrid with one templatecolumn

I took three texboxes in my template column.But the
problem is that they are get aliged horizontally i.e. one
after the other.

I want the textboxes to be aligned one below the other in
the template column

I know that it's possible through the tablerows ans
tablecells.But I dont want to use them.I ought use only
textboxes and labels
 
J

Jos

reiks said:
I have a datagrid with one templatecolumn

I took three texboxes in my template column.But the
problem is that they are get aliged horizontally i.e. one
after the other.

I want the textboxes to be aligned one below the other in
the template column

I know that it's possible through the tablerows ans
tablecells.But I dont want to use them.I ought use only
textboxes and labels

<asp:TextBox id="TextBox1" runat="Server">
<BR>
<asp:TextBox id="TextBox2" runat="Server">
<BR>
<asp:TextBox id="TextBox2" runat="Server">

It's that simple. Or am I missing something in your question?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top