Click here to Skip to main content
15,893,668 members
Home / Discussions / Web Development
   

Web Development

 
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.



GeneralConnecting ASP with DB2 Pin
Jonavis4-Mar-04 7:02
Jonavis4-Mar-04 7:02 
GeneralRe: Connecting ASP with DB2 Pin
ian mariano4-Mar-04 11:12
ian mariano4-Mar-04 11:12 
GeneralRendering Broken HTML Pin
nyhtal3-Mar-04 18:22
nyhtal3-Mar-04 18:22 
GeneralRedirecting to printer/word file Pin
mkdas702-Mar-04 23:47
mkdas702-Mar-04 23:47 
GeneralRe: Redirecting to printer/word file Pin
basementman4-Mar-04 6:02
basementman4-Mar-04 6:02 
GeneralCrystal Report and ASP Pin
Kaushik Gadani2-Mar-04 22:27
Kaushik Gadani2-Mar-04 22:27 
Generalasp.net and email service Pin
black_zero2-Mar-04 21:52
black_zero2-Mar-04 21:52 
GeneralRe: asp.net and email service Pin
l a u r e n5-Mar-04 8:30
l a u r e n5-Mar-04 8:30 
GeneralRe: asp.net and email service Pin
John Kuhn5-Mar-04 12:37
John Kuhn5-Mar-04 12:37 
GeneralCR 9 with SQL 2000 &amp; ASP: Unable to connect: incorrect log on parameters Pin
Hitu2-Mar-04 4:44
Hitu2-Mar-04 4:44 
QuestionOverloading in Classic ASP? Pin
theJazzyBrain1-Mar-04 23:55
theJazzyBrain1-Mar-04 23:55 
AnswerRe: Overloading in Classic ASP? Pin
John Kuhn2-Mar-04 15:37
John Kuhn2-Mar-04 15:37 
GeneralRe: Overloading in Classic ASP? Pin
theJazzyBrain2-Mar-04 21:31
theJazzyBrain2-Mar-04 21:31 
GeneralReacting to the users OS Pin
Dev5781-Mar-04 14:23
Dev5781-Mar-04 14:23 
GeneralRe: Reacting to the users OS Pin
John Kuhn1-Mar-04 15:33
John Kuhn1-Mar-04 15:33 
GeneralRe: Reacting to the users OS Pin
Anonymous2-Mar-04 1:31
Anonymous2-Mar-04 1:31 
GeneralRe: Reacting to the users OS Pin
John Kuhn2-Mar-04 15:41
John Kuhn2-Mar-04 15:41 

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.