473,830 Members | 1,926 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 1313
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
1691
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
3237
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
1409
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
1163
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
3854
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
2595
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
3346
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
9635
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10761
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
10472
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...
0
9307
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7736
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6939
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
5614
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
4407
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
2
3952
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.