Popular Posts
jQuery Validation Engine default options Eclipse axis sample package tw.gov.cp.sample; import java.util.Scanner; import org.apache.axis.message.MessageElement; import org.w3c.dom.Element; import tw.... Create barcode import java.io.File; import java.io.FileNotFoundException; import net.sourceforge.barbecue.Barcode; import net.sourceforge.barbecue.Barcode...
Stats
Receive doPostBack params
Javascript:
__doPostBack("btnQuery", '123456');
Code behind:
string target = Request.Params["__EVENTTARGET"];  // btnQuery
string args = Request.Params["__EVENTARGUMENT"];  // 123456