Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning value to a textbox
Message
From
12/03/2003 10:17:56
 
 
To
12/03/2003 02:43:43
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00764099
Message ID:
00764779
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform