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 |
How to swap two String values without using a third variable?
what is runtime exception and compiletime exception ?
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
how to work search engine? plz detail answer me.
what is difference between kpo and it industry? that is in terms of work, package etc
How do you pass variables forwrd to future CECI sessions
what is lazy loading in hibernate?Explain in detailed manner?
what is delegats ?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
How to swap values between two variables without using a third variable?
24 Answers HCL, TCS,
why rownum=1 works properly but not rownum=>2,=>3 etc.