Hello everybody,

I have a TextBox server control and I need to set the text using JavaScript. I am using following code but this doesnt work for me.

Code:
document.getElementById("daysTextBox").value = "Some Text";