How same session variable can be used in both Asp and Asp.net?



How same session variable can be used in both Asp and Asp.net?..

Answer / simran_8185@rediff.com

session["name of the session"]=values;
response.write session["Name"];

values means the data you want to store in the session like
session["uid"]=ds.tables[0].rows[0]["uid"].tostring();

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

how pseudo column works?

0 Answers   Oracle,


why we use abstract word in abstract window toolkit in java language.

0 Answers   Infosys,


what is difference between oracle and pl/sql

1 Answers  


what is web configuration file

0 Answers   HCL,


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

0 Answers   Symphony,






Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.

0 Answers   Amazon,


Plz Show notepad Coding using c# in window based application

1 Answers  


how to hide prompts

0 Answers  


is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...

0 Answers  


How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?

0 Answers  


Write 5 differences between Memory Reference Instruction and Register Reference Instruction.

1 Answers   TCS, TJM,


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


Categories