Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: list box


Message #1 by "Ken Schaefer" <ken@a...> on Tue, 1 Oct 2002 11:32:21 +1000
a) Write " selected" next to the first record, not the last record, not all
records, eg:

<option value="1" selected>1</option>
<option value="2">2</option>
<option value="3">3</option>

b) Has nothing to do with ASP. At best you are looking for client-side CSS,
as this is a browser rendering issue. ASP runs on the server!

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Rola Ali" <rola_ali@h...>
Subject: [asp_web_howto] list box


: hi to all,
:
: I have a list box,
: and when I open the list to chossse from it, the current record is always
: stand on the last record,
: how can I let the cursor become on the first record not the last one??
:
: Also how can I view the contents of the list as right align instead of
left
: align???
:
: thanks in advance,
: Rola
:
:
:
:
: _________________________________________________________________
: Chat with friends online, try MSN Messenger: http://messenger.msn.com



  Return to Index