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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -