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?

enter image description here

but if make simple web form, sample button. working normally, not showing encoded url again. : enter image description here

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

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -