Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assigning value to a textbox
Message
De
12/03/2003 10:17:56
 
 
À
12/03/2003 02:43:43
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00764099
Message ID:
00764779
Vues:
23
Bertl,

Your code looks right ... did you try the Response.Expires = 0, like I mentioned in my first reply?

~~Bonnie



>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.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform