473,387 Members | 3,684 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,387 software developers and data experts.

aspx files not designing right on new computer

Ed
Recently I got a new laptop and placed my Visual Studio 2003
project on it. But when I place my aspx files in design mode
the aspx files don't design right. I used grid layout (not flow) and
many tables. But the tables overlap on the new laptop when thet did
not on the old one. Is there something wrong with my Visual Studio install
or the settings on the new laptop. Any suggestions? Also I am running
VS 2005 on the same machine (hope that does not complicate things).

Thanks in advance

- Ed

May 22 '06 #1
4 1255
Have you check their coordinates ?What if you just move the table ?. I would
favor flow layout (and use a style if you really need to place something at
a particular x/y location).

--

"Ed" <Ed@discussions.microsoft.com> a écrit dans le message de news:
46**********************************@microsoft.com...
Recently I got a new laptop and placed my Visual Studio 2003
project on it. But when I place my aspx files in design mode
the aspx files don't design right. I used grid layout (not flow) and
many tables. But the tables overlap on the new laptop when thet did
not on the old one. Is there something wrong with my Visual Studio
install
or the settings on the new laptop. Any suggestions? Also I am running
VS 2005 on the same machine (hope that does not complicate things).

Thanks in advance

- Ed

May 22 '06 #2
"Ed" wrote ...
Recently I got a new laptop and placed my Visual Studio 2003
project on it. But when I place my aspx files in design mode
the aspx files don't design right. I used grid layout (not flow) and
many tables. But the tables overlap on the new laptop when thet did
not on the old one. Is there something wrong with my Visual Studio
install
or the settings on the new laptop. Any suggestions? Also I am running
VS 2005 on the same machine (hope that does not complicate things).


Hi Ed,

Not entirely sure I can help with your problem - but I have had 2003 and
2005 running side by side on the same box with no problems at all - which
was nice as I didn't want to go updating all of my applications the next
time they needed a change!

One thing that caused me a few headaches until I realised what it was was
when I used a "em" in my style sheets for text sizes - I hadn't fully
understood how they worked, ie, proportional to what they are contained in -
so often in 2005 everything became TINY and hard to read in design view, yet
when run properly everything was fine...

Sorry if none of this helps..

Regards

Rob
May 22 '06 #3
Ed
Patrice -

Thank you for your reply. This is a large application with many aspx files
and many tables. Too many tables and aspx files to modify. I checked on
both my last 2 laptops and they work OK there. There must be something
different in this install of VS 2003 or this particular laptop. I wish I
could get it to work on this latest laptop, since this is the best laptop my
employer has given me thus far.

Regards...Ed

"Patrice" wrote:
Have you check their coordinates ?What if you just move the table ?. I would
favor flow layout (and use a style if you really need to place something at
a particular x/y location).

--

"Ed" <Ed@discussions.microsoft.com> a écrit dans le message de news:
46**********************************@microsoft.com...
Recently I got a new laptop and placed my Visual Studio 2003
project on it. But when I place my aspx files in design mode
the aspx files don't design right. I used grid layout (not flow) and
many tables. But the tables overlap on the new laptop when thet did
not on the old one. Is there something wrong with my Visual Studio
install
or the settings on the new laptop. Any suggestions? Also I am running
VS 2005 on the same machine (hope that does not complicate things).

Thanks in advance

- Ed


May 22 '06 #4
Are the display resolutions the same?

"I would favor flow layout (and use a style if you really need to place
something at a particular x/y location)."

I couldn't agree more.

May 22 '06 #5

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

Similar topics

7
by: lawrence | last post by:
2 Questions: 1.) Can anyone think of a way to speed up this function? It is terribly slow. I plan to reduce the number of directories to 3, which I guess will speed it up in the end. 2.) This...
11
by: Steven T. Hatton | last post by:
In the past there have been lengthy discussiions regarding the role of header files in C++. People have been very adamat about header files serving as in interface to the implementation. I do...
2
by: Selen | last post by:
I have a aspx file in my computer.I want to run it another computer in network. I write http://computername/filename but it doesnt work.Why can it be ? How can I solve the problem Thanks
8
by: Quentin Huo | last post by:
Hi: I want to run cacls.exe to check the user right from an ASPX page. In ASP, I can do: Set wshobj=Server.CreateObject("WScript.Shell") resobj=wshobj.Run("cmd /c echo Y| cacls c:", 0, True)...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
27
by: Javier Martinez | last post by:
Hi I have asp application in a machine with a virtual directory referring a shared directory in another machine When I try to load any aspx page of my portal I get the following error: ...
2
by: Edhy Rijo [Progytech] | last post by:
Hi All, I am learning VB.NET and building small application that will do the following: 1.. Copy all files from a DVD to a specific folder in the hard drive and overwrite all files always. The...
2
by: Chris | last post by:
Is there any way I can "load" an aspx file and examine, which controls are on the page. A little bit like reflection? Regards, Chris.
7
by: mosscliffe | last post by:
I have 4 text files each approx 50mb. I need to join these into one large text file. I only need to do this very occasionally, as the problem has occurred because of upload limitations. ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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
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.