Here's a fairly simple but not obvious (at least to me) question.
Given a regular ASP button:
How would you define the equivalent onclick in the new .NET environment?
Thanks
Given a regular ASP button:
Code:
<input type="button" name="cmdSites" value="Businesses" onclick="javascript: document.forms[0].action='sites1.asp'; document.forms[0].submit();">
How would you define the equivalent onclick in the new .NET environment?
Thanks