Browse by Tags

All Tags » button » do postback (RSS)
An easy ways to do this is to call the __doPostBack() function of the javascript. An example is as follows: <input type="button" id="Button2" value="Button 2 Click" onclick="DoPostBack()" /> <script language="javascript" type="text/javascript...
More Posts