dropdownlist value doesnt get selected

Reply

Join Date: Jul 2005
Posts: 41
Reputation: ohgosh is an unknown quantity at this point 
Solved Threads: 0
ohgosh's Avatar
ohgosh ohgosh is offline Offline
Light Poster

dropdownlist value doesnt get selected

 
0
  #1
Jul 27th, 2005
ive a dynamic dropdownlist, which items are retrieved frm db. but when i select an item from the dropdownlist, the item does not stay selected instead the dropdownlist make a postback and stay as default value.

wad shd i do? is there any mtd to get d value selected?

THANK YOU VERY MUCH!

related codes below--

function chktype(){
document.gt.action = 'add_user.asp?userID='+document.gt.userID.value;
document.gt.submit();
}

<select name="type" onChange="chktype();" mandatory='true' class="text">
<%sql = "select distinct * from t_user_type order by userType"
set rs = conn.execute(sql)
do while not rs.eof%>
<option value="<%=rs("userType")%>" <%if request.Form("type") =rs("userType") then response.Write(" selected")%>><%=rs("userType")%></option>
<%rs.moveNext
loop%>
</select>
Attached Files
File Type: txt code.txt (526 Bytes, 13 views)
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 131
Reputation: william_stam is an unknown quantity at this point 
Solved Threads: 2
william_stam's Avatar
william_stam william_stam is offline Offline
Junior Poster

Re: dropdownlist value doesnt get selected

 
0
  #2
Jul 27th, 2005
i had the same problem.

to my knowledge (im not at my development pc right now) the if statement doesnt like retrieving records from a db and comparing it to a form value.

try making vars of the two that you want to compare, then if it.

not sure if it would work
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 41
Reputation: ohgosh is an unknown quantity at this point 
Solved Threads: 0
ohgosh's Avatar
ohgosh ohgosh is offline Offline
Light Poster

Re: dropdownlist value doesnt get selected

 
0
  #3
Jul 27th, 2005
wad do u mean? i dun quite understand.. do u mind sharing n tellin me more?

it wud b great to even provide some eg. hEE~

real thanks... :cheesy:
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 1
Reputation: kevinNL is an unknown quantity at this point 
Solved Threads: 0
kevinNL kevinNL is offline Offline
Newbie Poster

Re: dropdownlist value doesnt get selected

 
0
  #4
Aug 12th, 2005
go asp.net, automatic saving values in forms
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 41
Reputation: ohgosh is an unknown quantity at this point 
Solved Threads: 0
ohgosh's Avatar
ohgosh ohgosh is offline Offline
Light Poster

Re: dropdownlist value doesnt get selected

 
0
  #5
Aug 30th, 2005
Originally Posted by kevinNL
go asp.net, automatic saving values in forms
huh?!? im using asp not asp.net.. i dun quite understand wad are u tryin 2 link me to.. haha~ would u prefer to explain more.. cheers~
cheers,
ohgosh
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 6
Reputation: crymynylmynd is an unknown quantity at this point 
Solved Threads: 0
crymynylmynd crymynylmynd is offline Offline
Newbie Poster

Re: dropdownlist value doesnt get selected

 
0
  #6
Jun 28th, 2009
Hello mate,

Having a similar problem myself. The equivelant code works in PHP but ASP doesn't want to know. Did you figure it out in the end?

Cheers
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 23
Reputation: chsab420 is an unknown quantity at this point 
Solved Threads: 5
chsab420 chsab420 is offline Offline
Newbie Poster

Re: dropdownlist value doesnt get selected

 
0
  #7
Jul 1st, 2009
hey buddy
do this and it will work
and if it wont let me know
ok


here it goes
  1. listName.options[listName.selectedIndex].value

and then set the action
it will be set

ok
try it and let me know
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC