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 |
Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
What is the difference between in-proc and out-of-proc?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
what are stubs related to foxpro?
how MATLSB software suitable for electrical branch? which tools are useful??
What is the difference between COM and CORBA?
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
Explain polymorphism. Provide an example.
what are the topics choosen for jam round for interviews
what is meaning of MDM in sap?let me know that meaning
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.