Hi guys, I have the following code on my page load event so the user can enter a date when they click button2.
Code:
Button2.Attributes.Add("onclick", "var dteDate = prompt('Enter Import Date');")
My question is, how can I get this value they input when the code runs the server click event?

Thanks