Click here to Skip to main content
15,915,164 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: which is better... Pin
Christian Graus8-Mar-04 16:24
protectorChristian Graus8-Mar-04 16:24 
GeneralRe: which is better... Pin
DFU238-Mar-04 16:30
DFU238-Mar-04 16:30 
GeneralRe: which is better... Pin
Roger Wright8-Mar-04 18:02
professionalRoger Wright8-Mar-04 18:02 
GeneralRe: which is better... Pin
John Kuhn8-Mar-04 18:52
John Kuhn8-Mar-04 18:52 
GeneralRe: which is better... Pin
ian mariano8-Mar-04 20:02
ian mariano8-Mar-04 20:02 
GeneralRe: which is better... Pin
basementman10-Mar-04 10:20
basementman10-Mar-04 10:20 
GeneralAgent Based Communication Pin
Charindra8-Mar-04 3:36
Charindra8-Mar-04 3:36 
Generaldynamic variable Pin
mkdas707-Mar-04 23:43
mkdas707-Mar-04 23:43 
GeneralRe: dynamic variable Pin
makson8-Mar-04 1:08
makson8-Mar-04 1:08 
GeneralRe: dynamic variable Pin
Roger Wright8-Mar-04 9:31
professionalRoger Wright8-Mar-04 9:31 
Generalglobal.asa support Pin
borisliser7-Mar-04 1:21
borisliser7-Mar-04 1:21 
GeneralSecuring pictures Pin
Strider_20016-Mar-04 18:26
Strider_20016-Mar-04 18:26 
GeneralRe: Securing pictures Pin
Hesham Amin7-Mar-04 7:48
Hesham Amin7-Mar-04 7:48 
GeneralRe: Securing pictures Pin
l a u r e n8-Mar-04 15:57
l a u r e n8-Mar-04 15:57 
GeneralRe: Securing pictures Pin
Roger Wright8-Mar-04 18:27
professionalRoger Wright8-Mar-04 18:27 
GeneralRe: Securing pictures Pin
ian mariano8-Mar-04 20:09
ian mariano8-Mar-04 20:09 
GeneralRe: Securing pictures Pin
Roger Wright8-Mar-04 20:35
professionalRoger Wright8-Mar-04 20:35 
GeneralCredit card processing Pin
UB6-Mar-04 4:38
UB6-Mar-04 4:38 
GeneralRe: Credit card processing Pin
ian mariano6-Mar-04 6:31
ian mariano6-Mar-04 6:31 
GeneralRe: Credit card processing Pin
UB6-Mar-04 7:51
UB6-Mar-04 7:51 
GeneralRe: Credit card processing Pin
Matt Teeters8-Mar-04 8:23
Matt Teeters8-Mar-04 8:23 
GeneralRe: Credit card processing Pin
UB9-Mar-04 0:51
UB9-Mar-04 0:51 
GeneralRe: Credit card processing Pin
sandro Gaeta12-Mar-10 8:31
sandro Gaeta12-Mar-10 8:31 
GeneralVanishing <PARAM> tag in MS designer Pin
Bolasz24-Mar-04 8:46
Bolasz24-Mar-04 8:46 
GeneralRe: Vanishing <PARAM> tag in MS designer Pin
Bolasz24-Mar-04 19:56
Bolasz24-Mar-04 19:56 
Actually I found a further and perhaps related condition...

After you construct the <APPLET> and <OBJECT> tags, the contents seem to 'auto-sort', although not sure of the sort order.

For example...

<OBJECT .... >

<PARAM NAME="item1" VALUE="1">

<%-- Note about next value --%>
<PARAM NAME="item2" VALUE="1">
<PARAM NAME="action2" VALUE="1">

<%-- Note about next value --%>
<PARAM NAME="item3" VALUE="1">
<PARAM NAME="action3" VALUE="1">

</OBJECT>


After switching between the HTML / DESIGN VIEW PANES (AND/OR collapsing the tag) (although not always first time!) VS.NET designer 'autosorts' to...


<OBJECT .... >
<PARAM NAME="action2" VALUE="1">
<PARAM NAME="action3" VALUE="1">
<PARAM NAME="item1" VALUE="1">
<PARAM NAME="item2" VALUE="1">
<PARAM NAME="item3" VALUE="1">
<%-- Note about next value --%>
<%-- Note about next value --%>
</OBJECT>

You can see any note tags become irrelevant! Also, the order of the PARAMS is changed so that they are no longer in a natural order for editing.



General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.