HighDots Forums  

Re: Classic ASP Populating DropDownLists

Website Design comp.infosystems.www.authoring.site-design


Discuss Re: Classic ASP Populating DropDownLists in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy Dingley
 
Posts: n/a

Default Re: Classic ASP Populating DropDownLists - 10-20-2005 , 01:47 PM






On Fri, 14 Oct 2005 16:18:46 +0200, orourksj
<orourksj.1wwg5y (AT) no-mx (DOT) forums.yourdomain.com.au> wrote:

Quote:
table datasrc="#rsCO_Implementation_Input" BORDER="1" width="700"
Don't use DSO (that datasrc datafld) stuff. It never worked right and
it's basically a pile of suckage. Instead use a loop with
rstFoo.MoveNext(); and write out what you need.

Furthermore:

JScript not VBScript

Response.Write() not <%=stuff %> inlined

Use your CSS through classes, not by inlining everything through the
style attribute.

Avoid position:absolute; because you rarely need it, it's a pain, and
there's no suggestion that its use here is really justified.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.