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 |
whats the Need for Concurrency control
THE CHANNEL IN DATA COMMUNICATION CAN BE?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
EXPLAIN UNARY OPEARATORS
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
what is the difference between an OS(operating system) and Framework?
Difference between delegates and Events?
What is meant by QUEUE?
A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?