Goran Bibic

Goran Bibic

  • 457
  • 2.9k
  • 192k

Compare two textbox value

Nov 9 2019 8:02 AM
I create this in button_click and work
In Price2TextBox_KeyDown dont work
 
Some help?
 
  1. if (Price1TextBox.Text == Price2TextBox.Text)  
  2.            {  
  3.                //nothing  
  4.            }  
  5.            else  
  6.            {   
  7.           **insert into db..  
  8.             } 
 

Answers (3)