Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assigning value to a textbox
Message
De
12/03/2003 02:43:43
 
 
À
11/03/2003 11:12:28
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00764099
Message ID:
00764644
Vues:
25
hi bonnie!

well the dataset is filled on Page Load but only if not IsPostBack.

code of the save-button:
._cFields_ = "firma,mandant,firmenbez,zuhanden,strasse,nation,plz,ort,telefon,telefax,email,homepage,uidnr"
._cInsertValues_ = "'" + Me.Session("_gcFirma") + "','" + Me.Session("_gcMandant") + "','" + Me.txtFirma.Text + "','" _
    + Me.txtPartner.Text + "','" + Me.txtStrasse.Text + "','" + Me.txtNation.Text + "','" + Me.txtPLZ.Text + "','" _
    + Me.txtOrt.Text + "','" + Me.txtTelefon.Text + "','" + Me.txtFax.Text + "','" + Me.txtEmail.Text + "','" _
    + Me.txtHomepage.Text + "','" + Me.txtUIDnr.Text + "'"
afterwards the string is passed to another tier which handles the sql-commands.

i hope this is enough info

thanks in advance.
robert.oh.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform