473,387 Members | 1,492 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.

Am I stupid or VS.NET is really stuid. Vs.Net always want to change my html code

I think I have this kind of problem very often, now it is really making me
crazy. VS.NET always want to change my html code. Ok, that is fine as long
as Vs.Net can ask my confirmaton first.

For example, I have below in header part of my html page.
<base href="http://localhost/more/">
When I click save, VS.NET change it back to <base
href="http://localhost/more"> automatically without asking me or anything.
It just remove the last "/" by itself. Remove that "/" cause many problem
on my html page.

Does any one here have the same problem or have a solution for my problem or
this is just another bug of Vs.Net?

Thanks in advanced.
Nov 19 '05 #1
5 1697
WJ
Stupidity starts from the top. Here goes:

God is dead!
The world is a piece of junk.
Your mother is stupid
Therefore you are stupid
VS.Net is not stupid. You are
Because you use it!
That makes you double stupid!
....don't you dare to tell mom about this :)

Anonymously famous!
Nov 19 '05 #2
Hi Guoqi,
This is a known bug with VS.NET and I experienced it many times.
I searched on google.com and found the below link which may help you.
http://todotnet.com/archive/2003/11/13/196.aspx

Hope this helps.
Regards,
Marshal Antony
..NET Developer

"Guoqi Zheng" <no@sorry.com> wrote in message
news:eU****************@TK2MSFTNGP11.phx.gbl...
I think I have this kind of problem very often, now it is really making me
crazy. VS.NET always want to change my html code. Ok, that is fine as long
as Vs.Net can ask my confirmaton first.

For example, I have below in header part of my html page.
<base href="http://localhost/more/">
When I click save, VS.NET change it back to <base
href="http://localhost/more"> automatically without asking me or anything.
It just remove the last "/" by itself. Remove that "/" cause many problem
on my html page.

Does any one here have the same problem or have a solution for my problem or this is just another bug of Vs.Net?

Thanks in advanced.

Nov 19 '05 #3
Guoqi Zheng wrote:
I think I have this kind of problem very often, now it is really making me
crazy. VS.NET always want to change my html code. Ok, that is fine as long
as Vs.Net can ask my confirmaton first.

For example, I have below in header part of my html page.
<base href="http://localhost/more/">
When I click save, VS.NET change it back to <base
href="http://localhost/more"> automatically without asking me or anything.
It just remove the last "/" by itself. Remove that "/" cause many problem
on my html page.

Does any one here have the same problem or have a solution for my problem or
this is just another bug of Vs.Net?

Thanks in advanced.

Get the latest Beta of VS.NET 2005. It won't change your html but it's a
little tricky working with beta versions (at least some ppl say so).
//Rutger
Nov 19 '05 #4
Thanks. It does work!!!

"Marshal Antony" <do***********@hotmail.com> wrote in message
news:OS**************@TK2MSFTNGP11.phx.gbl...
Hi Guoqi,
This is a known bug with VS.NET and I experienced it many times.
I searched on google.com and found the below link which may help you.
http://todotnet.com/archive/2003/11/13/196.aspx

Hope this helps.
Regards,
Marshal Antony
.NET Developer

"Guoqi Zheng" <no@sorry.com> wrote in message
news:eU****************@TK2MSFTNGP11.phx.gbl...
I think I have this kind of problem very often, now it is really making me crazy. VS.NET always want to change my html code. Ok, that is fine as long as Vs.Net can ask my confirmaton first.

For example, I have below in header part of my html page.
<base href="http://localhost/more/">
When I click save, VS.NET change it back to <base
href="http://localhost/more"> automatically without asking me or anything. It just remove the last "/" by itself. Remove that "/" cause many problem on my html page.

Does any one here have the same problem or have a solution for my
problem or
this is just another bug of Vs.Net?

Thanks in advanced.


Nov 19 '05 #5
You are not stupid. This is a well-known problem with VS.NET. Many
developers (including myself) never edit aspx or ascx pages in VS.NET
because of it. Rather we (I) do all HTML/page layout work with another
specialized tool - like FrontPage or Dreamweaver - and use VS.NET for
code-behind and other programming work - and launch all test sessions from
VS.NET.

HTH
"Guoqi Zheng" <no@sorry.com> wrote in message
news:eU****************@TK2MSFTNGP11.phx.gbl...
I think I have this kind of problem very often, now it is really making me
crazy. VS.NET always want to change my html code. Ok, that is fine as long
as Vs.Net can ask my confirmaton first.

For example, I have below in header part of my html page.
<base href="http://localhost/more/">
When I click save, VS.NET change it back to <base
href="http://localhost/more"> automatically without asking me or anything.
It just remove the last "/" by itself. Remove that "/" cause many problem
on my html page.

Does any one here have the same problem or have a solution for my problem
or
this is just another bug of Vs.Net?

Thanks in advanced.

Nov 19 '05 #6

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

Similar topics

119
by: rhat | last post by:
I heard that beta 2 now makes ASP.NET xhtml compliant. Can anyone shed some light on what this will change and it will break stuff as converting HTML to XHTML pages DO break things. see,...
4
by: Uchiha Jax | last post by:
Hello everyone, I am a plenty silly person who is trying to learn .NET remoting through trial and error (all articles I read are going over my head at the moment (mostly) so I thought i'd give...
15
by: sparks | last post by:
We get more and more data done in excel and then they want it imported into access. The data is just stupid....values of 1 to 5 we get a lot of 0's ok that alright but 1-jan ? we get colums...
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: 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
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.