__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456
import java.io.File; import java.io.FileNotFoundException; import net.sourceforge.barbecue.Barcode; import net.sourceforge.barbecue.Barcode...
__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"]; // btnQuery string args = Request.Params["__EVENTARGUMENT"]; // 123456