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




Reply With Quote