Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem writing Cookie Pin
Mircea Grelus2-Aug-07 18:48
Mircea Grelus2-Aug-07 18:48 
GeneralRe: Problem writing Cookie Pin
firestoper2-Aug-07 19:17
firestoper2-Aug-07 19:17 
GeneralRe: Problem writing Cookie Pin
Mircea Grelus2-Aug-07 19:24
Mircea Grelus2-Aug-07 19:24 
GeneralRe: Problem writing Cookie Pin
firestoper2-Aug-07 20:47
firestoper2-Aug-07 20:47 
GeneralRe: Problem writing Cookie Pin
Mircea Grelus2-Aug-07 20:52
Mircea Grelus2-Aug-07 20:52 
GeneralRe: Problem writing Cookie Pin
firestoper2-Aug-07 21:45
firestoper2-Aug-07 21:45 
GeneralRe: Problem writing Cookie Pin
Mircea Grelus2-Aug-07 22:01
Mircea Grelus2-Aug-07 22:01 
GeneralRe: Problem writing Cookie Pin
firestoper2-Aug-07 22:42
firestoper2-Aug-07 22:42 
Thank you for the help Mircea,

I've been using firefox sorry for that, I downloaded the app that you've gave and run the cookie page on IE browser. I checked on my cookie folder (that was shown on special folder location app) but can't find the cookie I created. To make sure I run a cookie checking script to see if there was a cookie generated, but it skipped the condition which means no cookie was created, below is my code:


  pageBookmarkcookie = Request.Cookies("pageBookmark")<br />
        If pageBookmarkcookie IsNot Nothing Then<br />
<br />
            For x As Integer = 0 To pageBookmarkcookie.Values.Count - 1<br />
               Response.Write(pageBookmarkcookie.Values(x))<br />
<br />
            Next<br />
         else<br />
            response.write("no cookie found")<br />
<br />
        End If


regards
Dom
QuestionSession Variables and WebServices Pin
Fayu2-Aug-07 17:32
Fayu2-Aug-07 17:32 
AnswerRe: Session Variables and WebServices Pin
N a v a n e e t h2-Aug-07 18:00
N a v a n e e t h2-Aug-07 18:00 
Questionrunning long task as background worker Pin
Nadia Monalisa2-Aug-07 11:39
Nadia Monalisa2-Aug-07 11:39 
AnswerRe: running long task as background worker Pin
Fred_Smith2-Aug-07 11:55
Fred_Smith2-Aug-07 11:55 
GeneralRe: running long task as background worker Pin
Nadia Monalisa2-Aug-07 12:13
Nadia Monalisa2-Aug-07 12:13 
AnswerRe: running long task as background worker Pin
Mircea Grelus2-Aug-07 18:54
Mircea Grelus2-Aug-07 18:54 
QuestionActive Directory search from ASP.NET Pin
Adam Maras2-Aug-07 10:08
Adam Maras2-Aug-07 10:08 
AnswerRe: Active Directory search from ASP.NET Pin
Tarakeshwar Reddy2-Aug-07 10:28
professionalTarakeshwar Reddy2-Aug-07 10:28 
Generalasp:Panel Visible="False" as not effect Pin
Ed.Poore2-Aug-07 9:26
Ed.Poore2-Aug-07 9:26 
GeneralRe: asp:Panel Visible="False" as not effect Pin
Tarakeshwar Reddy2-Aug-07 9:46
professionalTarakeshwar Reddy2-Aug-07 9:46 
GeneralRe: asp:Panel Visible="False" as not effect Pin
Ed.Poore2-Aug-07 9:49
Ed.Poore2-Aug-07 9:49 
GeneralRe: asp:Panel Visible="False" as not effect Pin
Tarakeshwar Reddy2-Aug-07 9:58
professionalTarakeshwar Reddy2-Aug-07 9:58 
GeneralRe: asp:Panel Visible="False" as not effect Pin
Ed.Poore2-Aug-07 10:00
Ed.Poore2-Aug-07 10:00 
GeneralRe: asp:Panel Visible="False" as not effect Pin
Ed.Poore2-Aug-07 9:52
Ed.Poore2-Aug-07 9:52 
QuestionTree Control within Grid Control using AJAX and ASP.Net Pin
TinyTin2-Aug-07 8:22
TinyTin2-Aug-07 8:22 
AnswerRe: Tree Control within Grid Control using AJAX and ASP.Net Pin
Imran Khan Pathan2-Aug-07 18:27
Imran Khan Pathan2-Aug-07 18:27 
GeneralRe: Tree Control within Grid Control using AJAX and ASP.Net Pin
TinyTin2-Aug-07 19:57
TinyTin2-Aug-07 19:57 

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.