VB.Net

G

Guest

I am VB/ASP developer, Now entering .Net environment. Here is my quesiton, I
Installed VS 2005. I am trying to create new web site, In the web form, I
pulled text box from tool menu and drop it. It sits on upper left hand side
cornor of the form, when i try to move to required place, it is not allowing
me to move. Is there any environmental setting i need to do.

Not only any Text box, for command button, label, etc.. nothing i can move.
I Installed default setting.

any help?

thanks in advance
KK
 
P

pvdg42

Kalyan said:
I am VB/ASP developer, Now entering .Net environment. Here is my
quesiton, I
Installed VS 2005. I am trying to create new web site, In the web form,
I
pulled text box from tool menu and drop it. It sits on upper left hand
side
cornor of the form, when i try to move to required place, it is not
allowing
me to move. Is there any environmental setting i need to do.

Not only any Text box, for command button, label, etc.. nothing i can
move.
I Installed default setting.

any help?

thanks in advance
KK

That's because the page layout is managed by a layout manager by default.
I'd suggest you find some articles or books that address ASP.NET 2.0
development to learn how it works. Although working with the layout manager
(using tables, etc.) is the preferred way to go, you can also circumvent the
layout manager by:

(with a control, or multiple controls selected)

Layout->Position->Absolute
 

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