Hi All,
Quick Question...
I have three(3) files in my application
page1.aspx that has a user control page2.ascx, which has control being validated from page3.js file.
On page3.js there is an alert on the validation function.
Upon Alert, I should disable the button in page1.aspx.
Can someone please guide me how?