__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456
Preparation An android device, in this case, Sony xperia Z is used Root permission required Linux Deploy for deploy i...
<form> <p> <button id="f1">Invoke with function</button> </p> <p> ...
__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456