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
Explain the types of operations? Draw the figure for shift and rotate operations?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What's the difference b/w Table & Templete in Smartform?
can we retrieve only integer/String type columns from a table,if yes how?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Write a program to find duplicate number from array in minimum time complexity.
how to generate dsnless connectivity in j2ee
what is meant by life cycle of a business
how can i split string in a textbox in windows appication using C#.net
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
what is the extension of SPDS Dynamic cluster tables?
sample and simple coding where we get?
What is %Type,%Rowtype?