I have asp.net application with JavaScript and I want to save in to ms sql DB additional information(TimeStamp) when a button is clicked.
onclick= "functionName();"
the function “functionName()” has another task and I want another function that store the timestamp as well
Write
JSas below:Write below code to code behind of
saveTimespan.aspx' page as below(remove all markup other thanPage` directory of this page):