78280/how-to-disable-postback-on-an-asp-button
Hello @kartik,
Use:
YourButton.Attributes.Add("onclick", "return false");
or
<asp:button runat="server" ... OnClientClick="return false" />
Hope this is helpful!!
Thank You!!
Routing is just another way of fixing some content ...READ MORE
hii, It is really simple to redirect from ...READ MORE
I made a function that you pass ...READ MORE
$route is used for deep-linking URLs to controllers ...READ MORE
Hello, Generating a new CSRF token for each ...READ MORE
Hello, When the variable is passed as value ...READ MORE
Hey @kartik, You have to provide MySQL hostname, ...READ MORE
Hello kartik, Actually there are many functions that ...READ MORE
Hello @kartik, You should do it in componentDidMount and refs callback instead. ...READ MORE
Hello @kartik, I probably wouldn't bind the data as it's ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.