ASP.Net <button> actions cause page reload
I have as aspx page that includes an ascx control. When a button click javascript function completes. The page reloads, undoing all the work done in the function. The function has no window.location calls and only updates internal variables and element classes. The page/logic all works properly as an html page. When the function completes, control goes to cnd.tailwindcss.com/index@
it then goes to jquery, where the reload is initiated during return "undefined"...
is there something in template.master (attached) that could cause this ?
Thanks
Abbott
it then goes to jquery, where the reload is initiated during return "undefined"...
is there something in template.master (attached) that could cause this ?
Thanks
Abbott
template.master16.2KB
