1
vote
3answers
72 views
Javascript returning month as 9 where it is 10
I'm building today's date using a onclick event in JavaScript. When i set the .value property with:
var now = new Date;
...Value = now.getMonth() + "/" + now.getDate() + "/" + now.g …
0
votes
Load javascript code after loading code behind
This sounds like the classic asp.net page refresh issue. My first question would be do you have the ability to set session variables with your code? if you can then i would say on the C# side set y …
