Popular Posts
Translating 1.3 <html> <head>     <title>Translating 1.1</title>     <meta http-equiv="content-type" content="text... Text Symbols *&---------------------------------------------------------------------* *& Report ZA000020 ... ROBOCOPY: Robust File Copy for Windows -------------------------------------------------------------------------------    ROBOCOPY     ::     Robust File Copy for Windows --------...
Stats
Receive doPostBack params
Javascript:
__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"];  // btnQuery
string args = Request.Params["__EVENTARGUMENT"];  // 123456