c# - How to disable postback or encoded query string ASP.NET -
i have application button on page postback or maked encoded url (like yellow highlight) if clicked. how disable that?
but if make simple web form, sample button. working normally, not showing encoded url again. :
note : use netframework 4.6
it seems me, make "get"-request. please check "method" attribute of form-tag , set "post" instead of "get".
it should <form id="aspnetform" runat="server" method="post" >
regards, sebastian
Comments
Post a Comment