| | |
session varible from 1 page to another
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jun 2009
Posts: 14
Reputation:
Solved Threads: 0
Hi alll......
i am trying out a login form where in which i have multiple users... i have redirect each user to differnt pages.....
....but im stuck in the middle....... please help me out.....
<code>
page1
session["user"]=txtuser.text
page2
welcome text(A label which is used to specify the current user)
Thank u all in advance:
Nikichu
i am trying out a login form where in which i have multiple users... i have redirect each user to differnt pages.....
....but im stuck in the middle....... please help me out.....
<code>
page1
session["user"]=txtuser.text
page2
welcome text(A label which is used to specify the current user)
Thank u all in advance:
Nikichu
•
•
Join Date: Sep 2009
Posts: 58
Reputation:
Solved Threads: 13
0
#2 Nov 2nd, 2009
Just collect the session value and assign it label,the user redirection is based on any group?
if(session["user"].ToString() != "")
{
label lblname=session["user"].Tostriing();
}
if(session["user"].ToString() != "")
{
label lblname=session["user"].Tostriing();
}
Chandru
NetProgramminghelp.com
NetProgramminghelp.com
0
#3 Nov 2nd, 2009
Try with below sample code:
ASP.NET Syntax (Toggle Plain Text)
if(Session["User"]!=null) lblName.Text=Session["User"].ToString();
MARK AS SOLVED if its help you.
REGARDS
MCTS - Shawpnendu bikash maloroy
http://shawpnendu.blogspot.com
REGARDS
MCTS - Shawpnendu bikash maloroy
http://shawpnendu.blogspot.com
![]() |
Similar Threads
- Session ID changing in Firefox when page is refreshed (ASP)
- Session Lost on JSP Page (JSP)
- How to access session defined in asp(not .net) page in aspx.cs page (C#)
- session variable error (PHP)
- session_start(): Cannot send session cache limiter - (PHP)
- Session variable (ASP.NET)
- Web Page Hijacked (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: vb.net: How to check or uncheck all chekboxes by clicking only one checkbox.
- Next Thread: open the pdf and doc files as readonly
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol ajax alltypeofvideos anathor appliances application asp asp.net bc30451 beginner box browser button c# cac checkbox commonfunctions complex dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dialog dropdownlist dynamically edit editing expose feedback fileuploader fill flash form formatdecimal formview google gridview gudi iis image javascript list listbox login microsoft migration mouse mssql news numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows save schoolproject search security select session sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





