Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable cookie in all controls, text box, dropdown list...

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
How to disable cookie in all controls, text box, dropdown list...
 
You can change your browser settings to disable, accept, restrict to certain sites or prompt for cookies. Not sure what you mean by disable cookie in all controls, text box, dropdown list.
 
cookies are session based, in no way related directly to controls in a page

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
I found that in Web app, sometime variable carry very stange value which never happend in windows app. I do not know how to handle this case. That is the reason I want to disable cookie. Someone can give me suggetion?
 
Any particular sample of such a variable?
 
It is hard to catch. It happended in dropdown list. I assigned to a public variable:

strSelect = selectedItem.text

sometime could not create dataset. If I code like:

strselect = ""
strSelect = selectedItem.text

I can create dataset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top