473,487 Members | 2,680 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

vs 2008 - designer no positioning

I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use <enteror
<tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks

Sep 28 '08 #1
6 2394
Tony,

It depends what part of the designer, as you try this by instance on a
master page it will for sure not work.

Cor

"Tony M" <To*************@msn.comschreef in bericht
news:en**************@TK2MSFTNGP05.phx.gbl...
>I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use <enter>
or <tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks
Sep 28 '08 #2
Tony,

Sorry, yea you are right, there was a time (version 2002/2003) when the page
was fixed. But that was no success, at time the wide screens became populair
everybody wanted full screens.

Editing with ASP is simple the same as is using HTML or other webbrowser
features as silverlight. Using Asp Net does not mean that the way changes
how a webbrowser want to see his data.

Cor

"Tony M" <To*************@msn.comschreef in bericht
news:en**************@TK2MSFTNGP05.phx.gbl...
>I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use <enter>
or <tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks
Sep 28 '08 #3
I may be having a hard time explaining my problem.
All I'm doing is selecting new item and then ASP .net page.
in vs 2005 I would double click the button control in the toolbox.
VS would then place a button control in the top left corner of the form.
I could then drag this button where I please on the form.
With VS 2008 I double click a button control and it places the button inside
a dotted rectangle (says #div).
I cannot drag this button to where I want to drag it. There is no dragging
available.
I can only move the button and position it using return key to move it down
one line.
tab key would indent it 15 (I think) spaces. It's like you can only design
one line at a time.
There is no way this is the new way to design in VS 2008, I must be doing
something wrong.

Thanks for your earlier response Cor.
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:5E**********************************@microsof t.com...
Tony,

Sorry, yea you are right, there was a time (version 2002/2003) when the
page was fixed. But that was no success, at time the wide screens became
populair everybody wanted full screens.

Editing with ASP is simple the same as is using HTML or other webbrowser
features as silverlight. Using Asp Net does not mean that the way changes
how a webbrowser want to see his data.

Cor

"Tony M" <To*************@msn.comschreef in bericht
news:en**************@TK2MSFTNGP05.phx.gbl...
>>I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use <enter>
or <tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks

Sep 28 '08 #4
Perhaps a clearer answer is this one.
In VS2008 all placement is controlled by CSS.
Choose an object, right click, choose "position" and then set it to
"absolute" or "relative", you can then move it round the page.
The designer adds and edits a style for that object's position.

"Tony M" <To*************@msn.coma écrit dans le message de news:
eY**************@TK2MSFTNGP04.phx.gbl...
>I may be having a hard time explaining my problem.
All I'm doing is selecting new item and then ASP .net page.
in vs 2005 I would double click the button control in the toolbox.
VS would then place a button control in the top left corner of the form.
I could then drag this button where I please on the form.
With VS 2008 I double click a button control and it places the button
inside a dotted rectangle (says #div).
I cannot drag this button to where I want to drag it. There is no dragging
available.
I can only move the button and position it using return key to move it
down one line.
tab key would indent it 15 (I think) spaces. It's like you can only design
one line at a time.
There is no way this is the new way to design in VS 2008, I must be doing
something wrong.

Thanks for your earlier response Cor.
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:5E**********************************@microsof t.com...
>Tony,

Sorry, yea you are right, there was a time (version 2002/2003) when the
page was fixed. But that was no success, at time the wide screens became
populair everybody wanted full screens.

Editing with ASP is simple the same as is using HTML or other webbrowser
features as silverlight. Using Asp Net does not mean that the way changes
how a webbrowser want to see his data.

Cor

"Tony M" <To*************@msn.comschreef in bericht
news:en**************@TK2MSFTNGP05.phx.gbl...
>>>I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use
<enteror <tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks


Sep 29 '08 #5
Thanks for your response.
The right click didn't work, I get a props, cut, paste view code... no
position.
I did create a style and manually put in Position: Absolute.
I then associated the control in the props window with the style.
Now I have to click outside of the control then click it again and drag it.
The designer creates <p</pby the dozens so after awhile I have to delete
them.
WoW! for me this is a step backwards from VS 2005 designer and much harder
then wysiwyg in 2005.
I might just go back to 2005.

Thank you guys so much for all the help I get here

"Clive Lumb" <clumb2@gratuit_en_anglais.fr.invalidwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Perhaps a clearer answer is this one.
In VS2008 all placement is controlled by CSS.
Choose an object, right click, choose "position" and then set it to
"absolute" or "relative", you can then move it round the page.
The designer adds and edits a style for that object's position.

"Tony M" <To*************@msn.coma écrit dans le message de news:
eY**************@TK2MSFTNGP04.phx.gbl...
>>I may be having a hard time explaining my problem.
All I'm doing is selecting new item and then ASP .net page.
in vs 2005 I would double click the button control in the toolbox.
VS would then place a button control in the top left corner of the form.
I could then drag this button where I please on the form.
With VS 2008 I double click a button control and it places the button
inside a dotted rectangle (says #div).
I cannot drag this button to where I want to drag it. There is no
dragging available.
I can only move the button and position it using return key to move it
down one line.
tab key would indent it 15 (I think) spaces. It's like you can only
design one line at a time.
There is no way this is the new way to design in VS 2008, I must be doing
something wrong.

Thanks for your earlier response Cor.
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:5E**********************************@microso ft.com...
>>Tony,

Sorry, yea you are right, there was a time (version 2002/2003) when the
page was fixed. But that was no success, at time the wide screens became
populair everybody wanted full screens.

Editing with ASP is simple the same as is using HTML or other webbrowser
features as silverlight. Using Asp Net does not mean that the way
changes how a webbrowser want to see his data.

Cor

"Tony M" <To*************@msn.comschreef in bericht
news:en**************@TK2MSFTNGP05.phx.gbl...
I just loaded VS 2008 on xp pro.

Tried to create ASP .net pages.
The designer won't let me drag and drop?
It seems to be sequential.
I can't drag controls on the form to position them, I have to use
<enteror <tabor <spaceto position them.
And that's not easy!
I'm sure I'm doing something wrong!
Is there a setting or something I need to change?

Thanks




Sep 29 '08 #6

"Tony M" <To*************@msn.coma écrit dans le message de news:
Oe**************@TK2MSFTNGP06.phx.gbl...
Thanks for your response.
The right click didn't work, I get a props, cut, paste view code... no
position.
oops! - My bad!
Select then Menu Format Position
Use "absolute" to avoid the <p>
However you should be learning to use <divfor positioning things on web
pages
I did create a style and manually put in Position: Absolute.
I then associated the control in the props window with the style.
Now I have to click outside of the control then click it again and drag
it.
The designer creates <p</pby the dozens so after awhile I have to
delete them.
WoW! for me this is a step backwards from VS 2005 designer and much harder
then wysiwyg in 2005.
I might just go back to 2005.

Thank you guys so much for all the help I get here


Sep 30 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1532
by: Jack | last post by:
Are there any rules of thumb for when it is appropriate to use grid mode vs. flow mode in the Visual Studio.NET WebForm designer?
1
1166
by: johndow | last post by:
The project I am getting into is to provide a way to dynamically customize the layout of of a web form. For example, a survey page may contains many fields. We want to allow our customers to move...
2
964
by: Goofy | last post by:
Even if the layout options are set to Absolute Positioning, the controls will allways go to the top elft which results in two actions to position a control on a page. Does anyone know how I can...
4
3751
by: Rinaldo | last post by:
Hi, when I trying to open the form designer in 2008 I get the following error: The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service containter....
1
1195
by: Terry Olsen | last post by:
Trying to create a web site in VWD 2008 Express, i've run into a really annoying bug/feature. I'm creating a page that has 4 panels with a datagrid and some links inside each panel. Only one...
6
1179
by: Lloyd Sheen | last post by:
Please is there anyone who knows where the cached info for VS 2008 is. I have had so many troubles with this IDE that it is ridicules. Now everytime I change something in the main form I get a...
8
913
by: Lloyd Sheen | last post by:
I know there are other files that we don't get to see in VS 2008 but why. I know there is info about what regions are collapsed etc. Now I have a problem with the form designer. When I open a...
4
2445
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
1
4495
by: Alex Pavluck | last post by:
Hi. I am managing a SQL server that is running SQL 2005. I really like the management studio that comes with the full version because I can view tables and easily create relationships and...
0
7137
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7181
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5442
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
267
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.