954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

dropdownlist value doesnt get selected

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();
}


<%sql = "select distinct * from t_user_type order by userType"
set rs = conn.execute(sql)
do while not rs.eof%>
" <%if request.Form("type") =rs("userType") then response.Write(" selected")%>><%=rs("userType")%>
<%rs.moveNext
loop%>

Attachments code.txt (0.51KB)
ohgosh
Light Poster
41 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

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

william_stam
Junior Poster
131 posts since Mar 2005
Reputation Points: 10
Solved Threads: 2
 

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:

ohgosh
Light Poster
41 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

go asp.net, automatic saving values in forms

kevinNL
Newbie Poster
1 post since Aug 2005
Reputation Points: 10
Solved Threads: 0
 
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~

ohgosh
Light Poster
41 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

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

crymynylmynd
Newbie Poster
6 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

hey buddy
do this and it will work
and if it wont let me know
ok


here it goes

listName.options[listName.selectedIndex].value


and then set the action
it will be set

ok
try it and let me know

chsab420
Newbie Poster
23 posts since Jun 2009
Reputation Points: 10
Solved Threads: 5
 

Same problem here mentioned above...
...
I set AutoPostback property of dropdownlist as true...
It takes always first value in the dropdownlist

Sandy Patil
Newbie Poster
1 post since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You