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
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Write a program to swap the content of two variables without using a third variable.
Explain polymorphism. Provide an example.
iam confused among testing ,.net and java. can anybody help me.
What is Negative testing?
how to convert hashmap to arraylist with iteration
how to data grid use in data bind?
How to merge Action Form with Dyna Action Form in Struts.
how sap is different from other software ?
what is web configuration file
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
How to set fixed width in particular
< DL Compact > tag is used for
Write a program to create a process in UNIX
5.Call by value and Call by reference with program?