No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Protected Sub cmdPrihvati_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdPrihvati.Click '''///Action on click on the buton cmdPrihvati in your webForm ''' You must connect to database first. ''' you must heve 3 feilds (txtNaziv, txtAdresa, txtMesto) language of the form is Serbian (english is: txtName, txtAddres, txtTown) ''' … | |
Re: in the last post, add row before End Sub: .......... Private Sub cboCountry_Change() Me.cboState.Requery ''' new row, if you want empty second field after change-optionaly Me.cboState.Value=" " End Sub | |
Re: try this '%" + field.Text .toString()+ "%' or '%" + field.Text + "%' |
The End.