javascript - navigate back to same page on select-dropdown selection without clearing down controls? -


i have text box , drop-down selection on page, plus bunch of urls.

clicking on urls navigate page updated url (for asp.net mvc2 functionality). not cause texbox clear down.

on dropdown "onchanged" event call window.location = url; (with url being pages url sortorder in query string)... causes pages text-box text clear down.

is there way can drop-down postback page on selection changed , not clear down text box?

cheers,

james.

what mean "clear down"? dropdown lose it's selected item (e.g. gets reset default value)?


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -