Hi All
I have an issue in this code :
Sub btn_check_click
ProgressDialogShow("Wait...")
ExecuteRemoteQuery("select id,name,population from countries where id='" & txt_id.Text & "'",Add_Query )
End Sub
what I want is, how can I set ex id,name,population into Edit text boxes when the query done, I dont want to used the PHP I want other way by coding through the IDE is there any way to do that ...
I have an issue in this code :
Sub btn_check_click
ProgressDialogShow("Wait...")
ExecuteRemoteQuery("select id,name,population from countries where id='" & txt_id.Text & "'",Add_Query )
End Sub
what I want is, how can I set ex id,name,population into Edit text boxes when the query done, I dont want to used the PHP I want other way by coding through the IDE is there any way to do that ...