I am using ASP.NET C# Website I have a JavaScript function. In this function, I need to fire a button event. Any suggestions/link?
EDIT
I have a validation function in javascript that i validate on clicking this button. I have a situation, like when i click the button then i need the validation but when I am performing the click(through $("#ID").trigger("click");) then it is not required. Any suggestion?