<a href="#mid">/Masterpage/Contentpage???

G

Guest

I have a dropdownlist in masterpage and a big table in contentpage. When ddl
selection changes, I want to move a specific row of the table to the top of
the contentpage. Can I do something like <a href="#mid"> in ddl event
handler? Maybe a Javascript?

Please advise.

Thanks.
 
N

Nick Chan

hi i dunno about masterpage

but u can do something like this



hi u can do something like this

dim x as new literal
x.text = "<a name=""blabla""/><script>window.onload=function()
{location.href='#blabla'}</script>"
form.controls.add(x)

or masterpage.controls.add ? i dunno, but that javascript works
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top