Click here to Skip to main content
15,906,081 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionContext.User.Identity.Name Pin
jonhbt14-Jan-09 20:23
jonhbt14-Jan-09 20:23 
QuestionSession in Hyperlink? Pin
saberbladez14-Jan-09 20:05
saberbladez14-Jan-09 20:05 
AnswerRe: Session in Hyperlink? Pin
Abhijit Jana14-Jan-09 20:44
professionalAbhijit Jana14-Jan-09 20:44 
GeneralRe: Session in Hyperlink? Pin
N a v a n e e t h14-Jan-09 20:51
N a v a n e e t h14-Jan-09 20:51 
GeneralRe: Session in Hyperlink? Pin
Abhijit Jana14-Jan-09 21:15
professionalAbhijit Jana14-Jan-09 21:15 
AnswerRe: Session in Hyperlink? Pin
N a v a n e e t h14-Jan-09 20:51
N a v a n e e t h14-Jan-09 20:51 
GeneralRe: Session in Hyperlink? Pin
saberbladez14-Jan-09 21:26
saberbladez14-Jan-09 21:26 
GeneralRe: Session in Hyperlink? Pin
N a v a n e e t h14-Jan-09 21:42
N a v a n e e t h14-Jan-09 21:42 
saberbladez wrote:
I get the report that I loaded previously before


This will be from the browser cache. Have you pressed Ctrl + F5 and is it showing still?

saberbladez wrote:
Session("username") = ""
Session("login") = "0"
Session("status") = "0"
Session("report") = "0"


If you no longer need this, call Session.Abandon instead of setting some magic numbers to it.

saberbladez wrote:
If (Session("report") = "0") Then


This is dangerous as your session may return NULL and you will get NullReferenceException. Do a NULL checking before you use the session.


GeneralRe: Session in Hyperlink? Pin
saberbladez14-Jan-09 21:45
saberbladez14-Jan-09 21:45 
GeneralRe: Session in Hyperlink? Pin
saberbladez14-Jan-09 21:51
saberbladez14-Jan-09 21:51 
GeneralRe: Session in Hyperlink? Pin
N a v a n e e t h14-Jan-09 21:51
N a v a n e e t h14-Jan-09 21:51 
AnswerRe: Session in Hyperlink? Pin
Rajeesh MP15-Jan-09 2:10
Rajeesh MP15-Jan-09 2:10 
QuestionDIV Tag Pin
madancode14-Jan-09 19:43
madancode14-Jan-09 19:43 
AnswerRe: DIV Tag Pin
Guffa14-Jan-09 19:59
Guffa14-Jan-09 19:59 
GeneralRe: DIV Tag Pin
madancode14-Jan-09 20:16
madancode14-Jan-09 20:16 
GeneralRe: DIV Tag Pin
N a v a n e e t h14-Jan-09 20:55
N a v a n e e t h14-Jan-09 20:55 
GeneralRe: DIV Tag Pin
Aman Bhullar14-Jan-09 21:01
Aman Bhullar14-Jan-09 21:01 
QuestionExport to doc or rtf with image in background Pin
samerh14-Jan-09 19:07
samerh14-Jan-09 19:07 
Questionhow to accessing MySQL Database with ASP.NET_files Pin
nawalage14-Jan-09 18:58
nawalage14-Jan-09 18:58 
AnswerRe: how to accessing MySQL Database with ASP.NET_files Pin
Abhijit Jana14-Jan-09 19:19
professionalAbhijit Jana14-Jan-09 19:19 
GeneralRe: how to accessing MySQL Database with ASP.NET_files Pin
nawalage16-Jan-09 23:56
nawalage16-Jan-09 23:56 
AnswerRe: how to accessing MySQL Database with ASP.NET_files Pin
N a v a n e e t h14-Jan-09 20:43
N a v a n e e t h14-Jan-09 20:43 
GeneralRe: how to accessing MySQL Database with ASP.NET_files Pin
nawalage17-Jan-09 0:01
nawalage17-Jan-09 0:01 
QuestionProblem in CreateUserWizard control Pin
M. K. BASHER14-Jan-09 17:52
M. K. BASHER14-Jan-09 17:52 
QuestionProblem in file security Pin
CrazyCoder2614-Jan-09 16:57
CrazyCoder2614-Jan-09 16: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.