On a button click on my server side, I assign value to the Hidden Field from a column in my table.
Dim dsGetEnquiryDetails = dbl.usp_GetEnquiryRegisterDetails(Va
That returns the input. You need the value of the hidden input.
StatusFlag = document.getElementById('<%= HiddenStatusFlag.ClientID%>').value;