473,385 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Am I missing something here?

In VS 2003 when I created a web application, I was able to drag and drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these items,
only to place them on the page, then try to manipulate them with the space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this was
not taken away as this will be 2-3 times the work for my designing.
Nov 19 '05 #1
5 1002
Delphin,

By default VS2003 set the pages to use absolute positioning by setting the
pageLayout property to Grid Layout. Most developers hated that and
immediately set that page property to Flow Layout. The problem was that most
browsers render what was generated by Grid Layout very differently. Turning
that off by default was (I think I heard) one of the changes most requested
by developers. I prefer it that way so I'm very happy...

Anyway, in VS2005 there may be a way to turn it on. For certain you could
set it in your style sheet...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Delphin" <De*****@discussions.microsoft.com> wrote in message
news:40**********************************@microsof t.com...
In VS 2003 when I created a web application, I was able to drag and drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these
items,
only to place them on the page, then try to manipulate them with the space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this
was
not taken away as this will be 2-3 times the work for my designing.

Nov 19 '05 #2
Go to "Tools", "Options", click on "Show all settings",
navigate down the left to "HTML Designer", and open
to "CSS Positioning". Select it ( highlight it... ) and check
the positioning options checkbox.

Change it to "Absolutely positioned", if it's not selected.

Additionally, select the "Snap pixel-based position..." checkbox,
and adjust the snap to the granularity you desire.

OK your way out.

Now after you drop any visual objects on the page
( only in design mode, of course ) you can position them
by dragging and placing them where you want to.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============================

"Delphin" <De*****@discussions.microsoft.com> wrote in message
news:40**********************************@microsof t.com...
In VS 2003 when I created a web application, I was able to drag and drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these items,
only to place them on the page, then try to manipulate them with the space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this was
not taken away as this will be 2-3 times the work for my designing.

Nov 19 '05 #3
Cool,

Thanks Juan, I knew it had to be in there somewhere, but I hadn't run into
it yet. I'm just getting my feet wet with 2005 and so far I've only had time
to dip in my toes...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O8**************@tk2msftngp13.phx.gbl...
Go to "Tools", "Options", click on "Show all settings",
navigate down the left to "HTML Designer", and open
to "CSS Positioning". Select it ( highlight it... ) and check
the positioning options checkbox.

Change it to "Absolutely positioned", if it's not selected.

Additionally, select the "Snap pixel-based position..." checkbox,
and adjust the snap to the granularity you desire.

OK your way out.

Now after you drop any visual objects on the page
( only in design mode, of course ) you can position them
by dragging and placing them where you want to.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============================

"Delphin" <De*****@discussions.microsoft.com> wrote in message
news:40**********************************@microsof t.com...
In VS 2003 when I created a web application, I was able to drag and drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these
items,
only to place them on the page, then try to manipulate them with the
space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this
was
not taken away as this will be 2-3 times the work for my designing.


Nov 19 '05 #4
You're welcome, Justin.

Some of us know about some things,
and others know about some other things.

Between us, we all help one another.

I've been enjoying the level of your responses here.
Keep up the good work!

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"S. Justin Gengo" <sjgengo@[no_spam_please]aboutfortunate.com> wrote in message
news:%2*****************@TK2MSFTNGP11.phx.gbl...
Cool,

Thanks Juan, I knew it had to be in there somewhere, but I hadn't run into it yet. I'm
just getting my feet wet with 2005 and so far I've only had time to dip in my toes...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O8**************@tk2msftngp13.phx.gbl...
Go to "Tools", "Options", click on "Show all settings",
navigate down the left to "HTML Designer", and open
to "CSS Positioning". Select it ( highlight it... ) and check
the positioning options checkbox.

Change it to "Absolutely positioned", if it's not selected.

Additionally, select the "Snap pixel-based position..." checkbox,
and adjust the snap to the granularity you desire.

OK your way out.

Now after you drop any visual objects on the page
( only in design mode, of course ) you can position them
by dragging and placing them where you want to.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============================

"Delphin" <De*****@discussions.microsoft.com> wrote in message
news:40**********************************@microsof t.com...
In VS 2003 when I created a web application, I was able to drag and drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these items,
only to place them on the page, then try to manipulate them with the space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this was
not taken away as this will be 2-3 times the work for my designing.

Nov 19 '05 #5
Thanks much! Just trying to do my part.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW*************@TK2MSFTNGP10.phx.gbl...
You're welcome, Justin.

Some of us know about some things,
and others know about some other things.

Between us, we all help one another.

I've been enjoying the level of your responses here.
Keep up the good work!

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"S. Justin Gengo" <sjgengo@[no_spam_please]aboutfortunate.com> wrote in
message news:%2*****************@TK2MSFTNGP11.phx.gbl...
Cool,

Thanks Juan, I knew it had to be in there somewhere, but I hadn't run
into it yet. I'm just getting my feet wet with 2005 and so far I've only
had time to dip in my toes...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O8**************@tk2msftngp13.phx.gbl...
Go to "Tools", "Options", click on "Show all settings",
navigate down the left to "HTML Designer", and open
to "CSS Positioning". Select it ( highlight it... ) and check
the positioning options checkbox.

Change it to "Absolutely positioned", if it's not selected.

Additionally, select the "Snap pixel-based position..." checkbox,
and adjust the snap to the granularity you desire.

OK your way out.

Now after you drop any visual objects on the page
( only in design mode, of course ) you can position them
by dragging and placing them where you want to.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============================

"Delphin" <De*****@discussions.microsoft.com> wrote in message
news:40**********************************@microsof t.com...
In VS 2003 when I created a web application, I was able to drag and
drop
controls on it like a windows form.

In VS 2005, I have no control on where on the page to position these
items,
only to place them on the page, then try to manipulate them with the
space
bar or carriage returns.

What do I not have turned on in VS 2005 to make this work? I hope this
was
not taken away as this will be 2-3 times the work for my designing.


Nov 19 '05 #6

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

Similar topics

1
by: eltronic | last post by:
here is some code to add right click context menus. in the few apps I've edited sofar, it just works, once you run rCbinder with the root of the gui or bind B3 all present and future widgets will...
102
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler...
5
by: unwantedspam | last post by:
Hi All, What am I missing. I have trying to create a simple web based application. Basically there are three textboxes and two buttons (Save, Reset). I assume the code behind the save button...
17
by: Justin Emlay | last post by:
I'm hopping someone can help me out on a payroll project I need to implement. To start we are dealing with payroll periods. So we are dealing with an exact 10 days (Monday - Friday, 2 weeks). ...
9
by: david_ffm | last post by:
Hi Guys, hope I'm on-topic here - couldn't find any leads with a search so maybe someone has an idea. I've got a PHP form that is supposed to set some variables from its fields and then call...
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
8
by: Elijah Cardon | last post by:
1 1 1 1 1 1 2 2 2 1 1 1 3 3 3 1 1 1 4 4 1 2 1 1 5 5 2 2 1 1 6 6 3 2 1 1 7...
24
by: Kosmos | last post by:
Hey guys I'm a newbie and in fact I'm not even a programmer but decided to take up the task of learning access and creating a database. And I've gotten pretty far in terms of importing from excel and...
8
by: +mrcakey | last post by:
I understand that register_globals was turned off by default as, unless you initialised it, it could be altered by a malicious coder. What I don't understand is how the $_POST form is any more...
7
by: =?Utf-8?B?QU9UWCBTYW4gQW50b25pbw==?= | last post by:
Hi, I have been using the code (some of it has been removed for simplicity) below to allow authenticated (using ASP.NET membership database) users to get a file from their archive area. It...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...

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.