ASP.NET tricks: client post back as button

theForm.target = “”;
__doPostBack(‘< % = aspButtonIDname.UniqueID % >’, “”);
return false;

 

also

$('# < % = aspinputFieldIDname.ClientID % >').val()...

 

This entry was posted in Uncategorized. Bookmark the permalink.

1 Response to ASP.NET tricks: client post back as button

  1. Tim says:

    $(‘#’).val();

Leave a reply to Tim Cancel reply