Hello I wanna asking, i have a database ( online ) which have a 3 table ( Name, Link, Status )
I wanna ask how to :
Check Name Data is it Same with the TextBox1? if it same check the status data is it "A" for Active or "N" for NonActive if it "A", Lable1.Text will be show the Link data
Can you give me the code to make that happen? thanks