Click here to Skip to main content
15,926,939 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: What Is The Best Way To Print Simple Reports From ASP.NET Applications Pin
Bradml24-Dec-06 9:11
Bradml24-Dec-06 9:11 
AnswerRe: What Is The Best Way To Print Simple Reports From ASP.NET Applications Pin
Bradml24-Dec-06 9:13
Bradml24-Dec-06 9:13 
Questionfavicon Pin
Waldermort23-Dec-06 6:49
Waldermort23-Dec-06 6:49 
AnswerRe: favicon Pin
Bradml23-Dec-06 18:02
Bradml23-Dec-06 18:02 
GeneralRe: favicon Pin
Waldermort23-Dec-06 19:25
Waldermort23-Dec-06 19:25 
AnswerRe: favicon Pin
haggenx2-Jan-07 4:59
haggenx2-Jan-07 4:59 
GeneralRe: favicon Pin
Bradml2-Jan-07 5:01
Bradml2-Jan-07 5:01 
QuestionCookies in IE7 Pin
Amit Kumar G23-Dec-06 3:54
Amit Kumar G23-Dec-06 3:54 
Hi All

i am facing one small but strange issue. I hope you guys can help me in correct direction.

I am storing user login/password information via using cookies. It worked fine firefox but in IE7 it is not working. Code is very simple.

a) I am using httpcookie.
b) Dim LoginCookie As New HttpCookie("LoginName")
c) LoginCookie.Value = Me.TxtLoginName.Text
Response.Cookies.Add(LoginCookie)
d) On Page load
Me.TxtLoginName.Text = Request.Cookies("Login")

Before you say i change the setting in IE7 -->privacy tab->advance->override
accept first party/third party and as well as accept session cookies.........

But still same code works in firefox but not in IE7....

Pl help.


Amit

Amit
AnswerRe: Cookies in IE7 Pin
Bradml23-Dec-06 4:08
Bradml23-Dec-06 4:08 
AnswerRe: Cookies in IE7 Pin
Amit Kumar G23-Dec-06 4:53
Amit Kumar G23-Dec-06 4:53 
QuestionCan I access any Server control in Javascript function in .Net Pin
indian14323-Dec-06 1:36
indian14323-Dec-06 1:36 
AnswerRe: Can I access any Server control in Javascript function in .Net Pin
Bradml23-Dec-06 2:22
Bradml23-Dec-06 2:22 
GeneralRe: Can I access any Server control in Javascript function in .Net Pin
indian14323-Dec-06 2:39
indian14323-Dec-06 2:39 
GeneralRe: Can I access any Server control in Javascript function in .Net Pin
Bradml23-Dec-06 3:04
Bradml23-Dec-06 3:04 
Questionhow to create dynamic crystal report in c#.net Pin
jaganil23-Dec-06 1:15
jaganil23-Dec-06 1:15 
Questiondisplaying help file Pin
mohd imran abdul aziz22-Dec-06 20:20
mohd imran abdul aziz22-Dec-06 20:20 
Question"unable download following files service.asmx? wsdl" Pin
steve_rm22-Dec-06 6:22
steve_rm22-Dec-06 6:22 
AnswerRe: "unable download following files service.asmx? wsdl" Pin
MoustafaS22-Dec-06 6:39
MoustafaS22-Dec-06 6:39 
QuestionRe: "unable download following files service.asmx? wsdl" [modified] Pin
steve_rm22-Dec-06 19:57
steve_rm22-Dec-06 19:57 
QuestionJavaScript and I/O Pin
militiaware22-Dec-06 4:00
militiaware22-Dec-06 4:00 
AnswerRe: JavaScript and I/O Pin
Bradml22-Dec-06 4:46
Bradml22-Dec-06 4:46 
AnswerRe: JavaScript and I/O Pin
Bradml22-Dec-06 19:39
Bradml22-Dec-06 19:39 
QuestionDear all Pin
indian14322-Dec-06 2:39
indian14322-Dec-06 2:39 
GeneralRe: Dear all Pin
Guffa22-Dec-06 3:21
Guffa22-Dec-06 3:21 
AnswerRe: Dear all Pin
Bradml22-Dec-06 4:45
Bradml22-Dec-06 4:45 

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.