Click here to Skip to main content
15,925,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Scrollbar Pin
Steve Echols29-Sep-08 21:21
Steve Echols29-Sep-08 21:21 
AnswerRe: Scrollbar Pin
UD(IA)29-Sep-08 21:33
UD(IA)29-Sep-08 21:33 
Questionlinkbutton Pin
UD(IA)29-Sep-08 20:09
UD(IA)29-Sep-08 20:09 
AnswerRe: linkbutton Pin
AhsanS29-Sep-08 21:10
AhsanS29-Sep-08 21:10 
GeneralRe: linkbutton Pin
UD(IA)29-Sep-08 21:31
UD(IA)29-Sep-08 21:31 
GeneralRe: linkbutton Pin
Sandeep Akhare30-Sep-08 4:16
Sandeep Akhare30-Sep-08 4:16 
QuestionPDF Pin
Illegal Operation29-Sep-08 19:04
Illegal Operation29-Sep-08 19:04 
QuestionGrid Refresh Pin
nikhil123429-Sep-08 18:57
nikhil123429-Sep-08 18:57 
AnswerRe: Grid Refresh Pin
AhsanS29-Sep-08 21:13
AhsanS29-Sep-08 21:13 
QuestionOutLook In ASP.Net Application Pin
nikhil123429-Sep-08 18:08
nikhil123429-Sep-08 18:08 
AnswerRe: OutLook In ASP.Net Application Pin
Abhijit Jana29-Sep-08 18:34
professionalAbhijit Jana29-Sep-08 18:34 
GeneralRe: OutLook In ASP.Net Application Pin
nikhil123429-Sep-08 18:55
nikhil123429-Sep-08 18:55 
QuestionHidden fields with GET/POST Pin
Member 391904929-Sep-08 15:35
Member 391904929-Sep-08 15:35 
QuestionHow to call a eventhandler ? Pin
NewToAspDotNet29-Sep-08 13:31
NewToAspDotNet29-Sep-08 13:31 
AnswerRe: How to call a eventhandler ? Pin
Christian Graus29-Sep-08 13:56
protectorChristian Graus29-Sep-08 13:56 
QuestionCookies .. ? how to solve this problem? Pin
blackeyes29-Sep-08 13:10
blackeyes29-Sep-08 13:10 
AnswerRe: Cookies .. ? how to solve this problem? Pin
AlexeiXX329-Sep-08 17:17
AlexeiXX329-Sep-08 17:17 
blackeyes wrote:

Protected Overloads Overrides Sub OnPreRender(ByVal e As System.EventArgs)
If Response.Cookies("UserName").Value = Request.Cookies("UserName").Value Then
Response.Cookies.Remove("UserName")
End If
MyBase.OnPreRender(e)
End Sub


Doesnt this remove the cookie (It only leaves the cookie on the first visit because request wont have that cookie)??

Alexei Rodriguez

GeneralRe: Cookies .. ? how to solve this problem? Pin
blackeyes30-Sep-08 4:54
blackeyes30-Sep-08 4:54 
GeneralRe: Cookies .. ? how to solve this problem? Pin
AlexeiXX330-Sep-08 5:46
AlexeiXX330-Sep-08 5:46 
GeneralRe: Cookies .. ? how to solve this problem? Pin
blackeyes30-Sep-08 6:56
blackeyes30-Sep-08 6:56 
QuestionHow can I fix the "run time error: could not load the type... " error? Pin
JUNEYT29-Sep-08 10:55
JUNEYT29-Sep-08 10:55 
AnswerRe: How can I fix the "run time error: could not load the type... " error? Pin
AhsanS29-Sep-08 21:14
AhsanS29-Sep-08 21:14 
QuestionRow n't getting Updated in Gridview [modified] Pin
SRKVELLANKI29-Sep-08 7:15
SRKVELLANKI29-Sep-08 7:15 
AnswerPOSTED ALL CODE--too long Pin
leckey29-Sep-08 7:28
leckey29-Sep-08 7:28 
QuestionBrowser TimeOut Pin
attalurisubbu29-Sep-08 5:14
attalurisubbu29-Sep-08 5:14 

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.