someTimeOnly
Technical User
say what is the equivalent code of the following code
using htmlform and adding to it an htmlinputbutton control to post the data.
Code:
response.Write("<form id='myID' method='post' action='that.aspx>")
using htmlform and adding to it an htmlinputbutton control to post the data.