Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatabinding Pin
Tomic16-Sep-06 0:46
Tomic16-Sep-06 0:46 
AnswerRe: Databinding Pin
Guffa17-Sep-06 5:14
Guffa17-Sep-06 5:14 
QuestionRemoving an ADDIN from MS Word. Pin
Thorat Amol15-Sep-06 23:32
Thorat Amol15-Sep-06 23:32 
QuestionCOM INTEROP SERVICES Pin
Juvil John15-Sep-06 22:18
Juvil John15-Sep-06 22:18 
AnswerRe: COM INTEROP SERVICES Pin
Dave Kreskowiak16-Sep-06 2:10
mveDave Kreskowiak16-Sep-06 2:10 
GeneralRe: COM INTEROP SERVICES Pin
Juvil John17-Sep-06 12:50
Juvil John17-Sep-06 12:50 
QuestionCookies Problem Pin
JackieWill15-Sep-06 18:52
JackieWill15-Sep-06 18:52 
AnswerRe: Cookies Problem Pin
Guffa15-Sep-06 23:20
Guffa15-Sep-06 23:20 
You can store any text you like in cookies. You should be aware of two things when you are using cookies in this way, though:

:: There is a size limit for all the cookies from your site. The limit varies somewhat depending on the browser, but a typical value is 4 kb. If you try to store more than this, the browser just stops accepting more cookies.

:: All the cookies that you set will be sent in every request to the server. This increases the traffic to the server and the response time for every page.

I would suggest that you store the information in a separate table in the database until the user gets to the checkout counter.


---
b { font-weight: normal; }

GeneralRe: Cookies Problem Pin
JackieWill16-Sep-06 15:46
JackieWill16-Sep-06 15:46 
AnswerRe: Cookies Problem Pin
Guffa16-Sep-06 20:52
Guffa16-Sep-06 20:52 
GeneralRe: Cookies Problem Pin
JackieWill16-Sep-06 21:09
JackieWill16-Sep-06 21:09 
QuestionMerging Cells in Excel Pin
anujose15-Sep-06 17:47
anujose15-Sep-06 17:47 
AnswerRe: Merging Cells in Excel Pin
Coding C#15-Sep-06 22:02
Coding C#15-Sep-06 22:02 
QuestionHow to clear a data table? Pin
cstrader23215-Sep-06 17:35
cstrader23215-Sep-06 17:35 
QuestionRichTExtBox Pin
Socheat.Net15-Sep-06 16:59
Socheat.Net15-Sep-06 16:59 
AnswerRe: RichTExtBox Pin
myfend_liang15-Sep-06 22:22
myfend_liang15-Sep-06 22:22 
Questionresize image Pin
Loay Al Lusi15-Sep-06 16:05
Loay Al Lusi15-Sep-06 16:05 
QuestionWindows Forms .net Pin
vocaris15-Sep-06 15:00
vocaris15-Sep-06 15:00 
AnswerRe: Windows Forms .net Pin
Dave Kreskowiak15-Sep-06 15:40
mveDave Kreskowiak15-Sep-06 15:40 
QuestionCombo box binding Pin
Tomic15-Sep-06 4:36
Tomic15-Sep-06 4:36 
AnswerRe: Combo box binding Pin
_mubashir15-Sep-06 9:40
_mubashir15-Sep-06 9:40 
AnswerRe: Combo box binding Pin
myfend_liang15-Sep-06 22:10
myfend_liang15-Sep-06 22:10 
QuestionDebugging VB.Net Smart Clients launched by Web App (ASP.Net) Pin
pa2814015-Sep-06 4:14
pa2814015-Sep-06 4:14 
AnswerRe: Debugging VB.Net Smart Clients launched by Web App (ASP.Net) Pin
Dave Kreskowiak15-Sep-06 14:46
mveDave Kreskowiak15-Sep-06 14:46 
QuestionDetermine integer? Pin
The ANZAC15-Sep-06 2:34
The ANZAC15-Sep-06 2:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.