can you move (top, left) a panel on a page through code? for example by a buttonclick?
would be so great, and it would save me so much work...
anyone? :rolleyes:
Printable View
can you move (top, left) a panel on a page through code? for example by a buttonclick?
would be so great, and it would save me so much work...
anyone? :rolleyes:
You would have to write some client-side script (JavaScript) to do that.
that's what i feared... any examples or links on how i could accomplish this? i'm not really a java-man and even asp.net is pretty new to me....
is there something wrong with :
can't believe it's so simple...you gotta love .NET!Code:panel1.style("top") = "25px"
panel1.style("left") = "25px"