How same session variable can be used in both Asp and Asp.net?
Answer Posted / 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 View All Answers
what are the advantages of sap on other software ?
what is difference between object oriented programming structure and object oriented programming system?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
what is meant by life cycle of a business
Have you used callsymputx? what points need to be kept in mind when using it?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
What do you understand by modular programming?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
which book we learned this mantis? how many version are realsed this mantis upto now?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
how many types of bytes are there???
When will you use shell script/Perl ahead of C/C++?