__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456
Normal execution <script> This is the default behavior of the <script> element. Parsing of the HTML code pauses while the scr...
__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456