Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for mikkime23

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) ''' …

Member Avatar for Joeromine
0
172
Member Avatar for Alphard

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

Member Avatar for g@sha
0
108
Member Avatar for babbu

The End.