Click here to Skip to main content
15,900,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to display data in content place holder dynamically Pin
Matthew Ellis2-Apr-08 3:38
Matthew Ellis2-Apr-08 3:38 
AnswerRe: How to display data in content place holder dynamically Pin
eyeseetee2-Apr-08 3:46
eyeseetee2-Apr-08 3:46 
GeneralA potentially dangerous Request.Form value was detected from the client [modified] Pin
Bluebamboo2-Apr-08 1:57
Bluebamboo2-Apr-08 1:57 
GeneralRe: A potentially dangerous Request.Form value was detected from the client Pin
N a v a n e e t h2-Apr-08 3:20
N a v a n e e t h2-Apr-08 3:20 
GeneralRe: A potentially dangerous Request.Form value was detected from the client Pin
Bluebamboo2-Apr-08 4:29
Bluebamboo2-Apr-08 4:29 
GeneralRe: A potentially dangerous Request.Form value was detected from the client Pin
N a v a n e e t h2-Apr-08 4:34
N a v a n e e t h2-Apr-08 4:34 
GeneralRe: A potentially dangerous Request.Form value was detected from the client Pin
Bluebamboo3-Apr-08 4:38
Bluebamboo3-Apr-08 4:38 
Generalsession problem Pin
Soumini Ramakrishnan2-Apr-08 1:39
Soumini Ramakrishnan2-Apr-08 1:39 
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
if (Session["mysession"].ToString() != null)
{
Label1.Text = "Welcome " ;
}
else
{
Response.Redirect("Login.aspx");
}
}
}
I have the above code in one aspx page. Before logging in if someone opens this page, it should open Login page. But instead of showing theLogin page, it shows Server Error. Any one have an idea.
GeneralRe: session problem Pin
Sandeep Akhare2-Apr-08 2:16
Sandeep Akhare2-Apr-08 2:16 
GeneralRe: session problem Pin
N a v a n e e t h2-Apr-08 3:16
N a v a n e e t h2-Apr-08 3:16 
GeneralRe: session problem [modified] Pin
Krishnraj2-Apr-08 3:23
Krishnraj2-Apr-08 3:23 
GeneralRe: session problem Pin
Soumini Ramakrishnan2-Apr-08 18:36
Soumini Ramakrishnan2-Apr-08 18:36 
GeneralInsert into database using transaction Pin
Kissy162-Apr-08 1:06
Kissy162-Apr-08 1:06 
GeneralRe: Insert into database using transaction Pin
Mark J. Miller2-Apr-08 10:21
Mark J. Miller2-Apr-08 10:21 
QuestionHow to show the contents of a word file in a dynamic web page as it is ?(Challenging Task) Pin
ELEESA JOVAIN2-Apr-08 0:21
ELEESA JOVAIN2-Apr-08 0:21 
GeneralRe: How to show the contents of a word file in a dynamic web page as it is ?(Challenging Task) Pin
N a v a n e e t h2-Apr-08 0:34
N a v a n e e t h2-Apr-08 0:34 
QuestionHow to maintain Login status Pin
A.Muthunagai2-Apr-08 0:06
A.Muthunagai2-Apr-08 0:06 
AnswerRe: How to maintain Login status Pin
N a v a n e e t h2-Apr-08 0:20
N a v a n e e t h2-Apr-08 0:20 
AnswerRe: How to maintain Login status Pin
eyeseetee2-Apr-08 0:20
eyeseetee2-Apr-08 0:20 
GeneralRe: How to maintain Login status Pin
A.Muthunagai2-Apr-08 1:18
A.Muthunagai2-Apr-08 1:18 
AnswerRe: How to maintain Login status Pin
Sandeep Akhare2-Apr-08 2:13
Sandeep Akhare2-Apr-08 2:13 
GeneralRe: How to maintain Login status Pin
A.Muthunagai2-Apr-08 19:41
A.Muthunagai2-Apr-08 19:41 
GeneralRe: How to maintain Login status Pin
Sandeep Akhare2-Apr-08 20:45
Sandeep Akhare2-Apr-08 20:45 
GeneralRe: How to maintain Login status when the sysem is suddenly shoutdown Pin
A.Muthunagai2-Apr-08 20:30
A.Muthunagai2-Apr-08 20:30 
GeneralRe: How to maintain Login status when the sysem is suddenly shoutdown Pin
Sandeep Akhare2-Apr-08 20:40
Sandeep Akhare2-Apr-08 20:40 

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.