Matching Values
I have two different web form controls in my ASP.NET application. I want to take action based on whether the values on the two different web form controls in my ASP.NET application matches with each other. How can I match the two different controls for values?
|