About using a table in an aspx page

T

Tony Johansson

Hello!

If I'm going to use a table in an aspx page and I want to put it somewhere
on the form then as I assume I have to use absolute position. The control
within the table doesn't use absolute position.

//Tony
 
A

Arne Vajhøj

If I'm going to use a table in an aspx page and I want to put it somewhere
on the form then as I assume I have to use absolute position. The control
within the table doesn't use absolute position.

No.

Why should table in form be more absolute than other combos?

Arne
 
T

Tony Johansson

Arne Vajhøj said:
No.

Why should table in form be more absolute than other combos?

Arne

If I want to avoid using absolute position on controls like textbox, labels
and so on but intend to use a table to put these control in and I want to
position this table somewhere on the form. How is that done if I don't use
aboslute position.

//Tony
 
A

Arne Vajhøj

If I want to avoid using absolute position on controls like textbox, labels
and so on but intend to use a table to put these control in and I want to
position this table somewhere on the form. How is that done if I don't use
aboslute position.

What do you want to achieve that you can not do with just the
table without absolute positioning?

Arne
 
J

Jeff Johnson

If I want to avoid using absolute position on controls like textbox,
labels and so on but intend to use a table to put these control in and I
want to position this table somewhere on the form. How is that done if I
don't use aboslute position.

99.99999% of the tables you see on the Web are not using absolute
positioning. Maybe you ought to open the source of a Web page that you think
looks really nice and see what's going on. You ought to be able to find one
or two or a billion examples out there....
 
F

Finn Stampe Mikkelsen

"Tony Johansson" skrev i meddelelsen news:[email protected]...
Hello!

If I'm going to use a table in an aspx page and I want to put it somewhere on the form then as I assume I have to use absolute
position. The control within the table doesn't use absolute position.

//Tony

Hi Tony

Not that i mind and not to create a problem, but i am wondering why you consistently post questions relating to ASP.NET here in this
group, rather than posting them in the group designated to ASP.NET...

In many other groups, that would be considerred rude and would eventually lead to an abuse report. I'm not advocating that to be the
case here, but i'm genuinely interessted in your reason for this choice and have often wondered why others haven't

/Finn
 
T

Tony Johansson

Finn Stampe Mikkelsen said:
"Tony Johansson" skrev i meddelelsen
Hello!

If I'm going to use a table in an aspx page and I want to put it somewhere
on the form then as I assume I have to use absolute position. The control
within the table doesn't use absolute position.

//Tony

Hi Tony

Not that i mind and not to create a problem, but i am wondering why you
consistently post questions relating to ASP.NET here in this
group, rather than posting them in the group designated to ASP.NET...

In many other groups, that would be considerred rude and would eventually
lead to an abuse report. I'm not advocating that to be the
case here, but i'm genuinely interessted in your reason for this choice and
have often wondered why others haven't

/Finn

The reason is that many people in this group also know much about asp.net.
In the asp.net group there are very low activity.
Is this a problem for you.

//Tony

//Tony
 
A

Arne Vajhøj

Not that i mind and not to create a problem, but i am wondering why you
consistently post questions relating to ASP.NET here in this group,
rather than posting them in the group designated to ASP.NET...

In many other groups, that would be considerred rude and would
eventually lead to an abuse report. I'm not advocating that to be the
case here, but i'm genuinely interessted in your reason for this choice
and have often wondered why others haven't

In a previous thread he indicated that he was not too happy
about the responses in microsoft.public.dotnet.framework.aspnet!

Arne
 
F

Finn Stampe Mikkelsen

"Tony Johansson" skrev i meddelelsen
Finn Stampe Mikkelsen said:
"Tony Johansson" skrev i meddelelsen Hello!

If I'm going to use a table in an aspx page and I want to put it somewhere on the form then as I assume I have to use absolute
position. The control within the table doesn't use absolute position.

The reason is that many people in this group also know much about asp.net.
In the asp.net group there are very low activity.
Is this a problem for you.

Hi Tony & Arne

I have no problem with that at all, is i tried to state in my org. posting on this...

I was simply wondering, cause i have been a member of several groups in the UseNet community and all of them had rather strict rules
around the groups focus and there would be a lot of static if there where postings on a subject covered in another group.

I have not complained about it myself, since it seemed to be accepted by the group as such and therefore also by me, but i wondered
why since it seemed natural to post it in that group where one might think the people knowing a lot on that subject would.

I read, that Arne referred to an earlier post where you stated that you could not find any help in that group so you asked in this
one and like i said, thats fine with me. I was only thinking, i would point out to you that there was such a group, where you might
get answers also.

So.. Just to make sure, that you or any other reader does not misunderstand me. I have no problem with you asking your questions
here. Everywhere one might find help coding is okay with me.. My upbringing on UseNet just has been, that there is a rather strict
policy to be on topic, subjectwise.... ;-)

/Finn
 
A

Arne Vajhøj

"Tony Johansson" skrev i meddelelsen



Hi Tony & Arne

I have no problem with that at all, is i tried to state in my org.
posting on this...

I was simply wondering, cause i have been a member of several groups in
the UseNet community and all of them had rather strict rules around the
groups focus and there would be a lot of static if there where postings
on a subject covered in another group.

I have not complained about it myself, since it seemed to be accepted by
the group as such and therefore also by me, but i wondered why since it
seemed natural to post it in that group where one might think the people
knowing a lot on that subject would.

I read, that Arne referred to an earlier post where you stated that you
could not find any help in that group so you asked in this one and like
i said, thats fine with me. I was only thinking, i would point out to
you that there was such a group, where you might get answers also.

So.. Just to make sure, that you or any other reader does not
misunderstand me. I have no problem with you asking your questions here.
Everywhere one might find help coding is okay with me.. My upbringing on
UseNet just has been, that there is a rather strict policy to be on
topic, subjectwise.... ;-)

Lower volume tend to widen people opinion about what
is on topic.

Arne
 
A

andy

If I want to avoid using absolute position on controls like textbox, labels
and so on but intend to use a table to put these control in and I want to
position this table somewhere on the form. How is that done if I don't use
aboslute position.

//Tony

divs and styles.

I see you've not followed my previous advice.
Here it is again.
You need to google html page layout and start reading.
Then css.
You need to understand html and css to write any but the most trivial
aspx page.
 

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