Values not changing
Opened this issue · 0 comments
joshuagenton commented
The width and height values do not change when the window is resized until I refresh the page. If I create an alert in the window.onresize function the alert pops up as soon as I resize the window, so I know that is working.
I'm just learning how to use ajax, jquery and so on... and I haven't done any client/server web development, but I'm trying to resize some tables when the window size changes. The markup code is written in aspx and code behind is aspx.cs (almost everything is done in this code behind).
I'm trying to improve on someone else's work...