Can session variables be accessed from code-behind?
Answers were Sorted based on User's Feedback
Answer / swapna
Yes. You can access the "Session" dictionary within a code-
behind file just like you would if you were accessing it
from within an line .aspx file.
For example: Session("Name") = "Scott"
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / gggg
" YES "
simply take 2 websites
for example in 1st website..... u have a textbox1
on page load()
--------------
Session["name"]=textBox1.Text;
in 2nd website..........
on page load()
-------------
Response.Write(Session["name"]);
definatly u will get the ans ,, whatever u entering in the
textbox1 in 1st website that will displat in 2nd website
| Is This Answer Correct ? | 12 Yes | 10 No |
define silverlight and advantages ?
What are the asp.net objects? is it application obects, cache objests etc. or is it state managements, web services etc?
Define the term Web Garden?
0 Answers Sans Pareil IT Services,
What is view state and use of it ?
What is difference between session and viewstate?
Is viewstate enabled by default?
extensibility in asp.net2.0
What is variable and constant in .net programming language?
Explain the main differences between asp and asp.net?
What is __ requestverificationtoken?
How can you register a custom server control to a web page?
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)