controls position

  • Thread starter Thread starter krishna murthy
  • Start date Start date
K

krishna murthy

hi,
i would like to display the controls at a specified
postions in asp.net.for
ex at (200,300) position and how to handle the controls
which are designed
in the run time.
can any one help me Plz.

Regards,
Krishna.
 
Krishna,

First do you mean 200,300 in the screen or in the page.

The first is (almost) impossible or when it is will probably become
impossible.

For the second you have to know if you mean this in pixels, cm or whatever.
Than you can make a grid (tabpage) as with every HTML page is normal and
place your controls inside that.

Because the main part from this problem is HTML is probably a better place
for this question. Feel free when you have this kind of questions to
crosspost (sending one message to this and that newsgroup in one time).

Aspnet
news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet

Web interface:
http://communities2.microsoft.com/c.../?dg=microsoft.public.dotnet.framework.aspnet

I hope this helps a little bit?

Cor
 
Back
Top