1
Answer

Diaplay the equivalent value in the textbox by using SQL Table

Here i included sql table named TVOP with 2 columns Operation & Opcode. Here in this scenario when i select the operation in the dropdown list 2 then the equivalent opcode must be displayed in the text box

Attachment: mathcalc.rar

Answers (1)
0
Kunal Vaishya
NA 4.1k 266.1k 12y
You can do this do this on text change event on TextBox  but make sure TextBox AutoPost back Property must be true if Not the Set it true without post back you cant generate any control in Asp.Net