473,802 Members | 2,267 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Object tag going into design mode screws up params

This, I fear, is related to the fact that Visual Studio.NET reformats the
HTML when going into design mode and then back out. I have an object tag
that is using an object provided by a 3rd party vendor to use their
signature pad. I set the <PARAM .. > tags and if I need to go into design
mode it gets rid of the <PARAM> tags that I put in and puts every possible
PARAM tag in with settings it gets from somewhere. This is very annoying.

I asked on this list about a month ago if there was a way to stop the
reformatting of HTML and was told that wouldn't be available until next
version next year. Is it the same situation with the object/param problem?

The reformatting is a major problem for me and others I've talked to. That's
the main reason I never liked Front Page or other editors that do that and
why I had liked Visual Studio. There are options to turn it on or off in
VS.NET, but they don't work with HTML editing. If someone has a suggestion
for solving this, I'd love to hear it.

Thanks,

John Holmes
Nov 18 '05 #1
2 1311
Hi John,

From your description, you are suffering the known issue of the VS.NET's
current version. The problem is just ocurring when we switching between
Design-View and Html-View. That cause the Content in the Html-View(html
source) be reformated with some unexpected elements. As for the <object ..>
tag you mentioned, I think because the IDE have no idea of what kind of the
certain tags in Html-View actually is, it'll treat them as the same( just a
<tag> ) and will auto-format it when switching from design-view. Also,
there does have been many existing posts or cases on the same issue and the
problem won't be fixed until the next release of VS.NET(Whidbey) .
In addition, I think you may also have a search in the former threads in
this or the vs.net group to see whether there are any informative
workarounds. Also, since this is a known issue, I apologize for any
inconvenience brings to you. Thanks for your understanding.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #2
I posted on the same problem and the next day my post had disappeared! Are we sure you are getting few posts on it, or is someone "sanitizing " this issue? Hate to be paranoid, but...

--
A signature is so prententious...
"Steven Cheng[MSFT]" wrote:
Hi John,

From your description, you are suffering the known issue of the VS.NET's
current version. The problem is just ocurring when we switching between
Design-View and Html-View. That cause the Content in the Html-View(html
source) be reformated with some unexpected elements. As for the <object ..>
tag you mentioned, I think because the IDE have no idea of what kind of the
certain tags in Html-View actually is, it'll treat them as the same( just a
<tag> ) and will auto-format it when switching from design-view. Also,
there does have been many existing posts or cases on the same issue and the
problem won't be fixed until the next release of VS.NET(Whidbey) .
In addition, I think you may also have a search in the former threads in
this or the vs.net group to see whether there are any informative
workarounds. Also, since this is a known issue, I apologize for any
inconvenience brings to you. Thanks for your understanding.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #3

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

Similar topics

6
1690
by: Ivan Voras | last post by:
Can this be done: (this example doesn't work) ---- class A: def a_lengthy_method(self, params): # do some work depending only on data in self and params class B:
2
3235
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are writing one object in C# which will take the entire table tag contents and renders. Ie., we need to pass "<table>………… <thead>……</thead>. <tr>.<td> <td>..<tr>.<td> <td> </table>" content to
0
1408
by: Mihaly | last post by:
Hello, i'm using a VC++ com+ object, it's reference in vs .net, this com object have a function that have to params, the interop com object recive Object Params and the original com object say that this params are variants. I'm traying to pass "object" variables to the params but the com object return an error or a null object, the piece of code that i'm using is: using AgenObj;
1
1731
by: Marco Martin | last post by:
Hi Group, I need to come up with a sound Database design, that will allow me to "Hiarchialy" save and extract data. The end result will someday be a Bill Of Materials. The basic idea is this: Lets say we create a Widget: The Widget is comprised of 3 items;
1
268
by: John Holmes | last post by:
This, I fear, is related to the fact that Visual Studio.NET reformats the HTML when going into design mode and then back out. I have an object tag that is using an object provided by a 3rd party vendor to use their signature pad. I set the <PARAM .. > tags and if I need to go into design mode it gets rid of the <PARAM> tags that I put in and puts every possible PARAM tag in with settings it gets from somewhere. This is very annoying. I...
6
1162
by: Diffident | last post by:
Hello All, If I create a class based on Singleton design pattern, are the methods in this class thread-safe? Consider the following class: Public class Singleton {
11
3848
by: Kevin Prichard | last post by:
Hi all, I've recently been following the object-oriented techiques discussed here and have been testing them for use in a web application. There is problem that I'd like to discuss with you experts. I would like to produce Javascript classes that can be "subclassed" with certain behaviors defined at subclass time. There are plenty of ways to do this through prototyping and other techniques, but these behaviors need to be static and...
14
2589
by: Jeroen | last post by:
Hi all, I've got a question about writing a library. Let me characterize that library by the following: * there is a class A which is available to the user * there is a class B that is used in severel 'underwater operations' * there is a list which stores objects of class B There are several issues I'm not sure about:
8
1219
by: carton | last post by:
Any opinions on this code as part of a general purpose framework? I expect people will have varying opinions on the use of $ in the property names. I did it for several reasons: 'interface' is reserved, I didn't want to step on 'constructor', and a 'prototype' property on a non-function might be confusing. Gadget is a usage example to make it easier to follow what I'm doing.
3
3345
by: Giovanni Gherdovich | last post by:
Hello, in the following code I have a pointer (to function), say p, of type double (*)(double, double, void*) and I try to fix the second argument of the function *p to a given value (using boost::bind), but the compiler complains, because of a type mismatch in an assignment which I think should be legal:
0
9699
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10536
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10304
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10285
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10063
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6838
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5494
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4270
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 we have to send another system
3
2966
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.