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 merge Action Form with Dyna Action Form in Struts.
why applet is introduced?
Write a program to swap the content of two variables without using a third variable.
explain how to make a control visible and invisible during runtime
What function would you use to extract characters from a given string?
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?
2.Different data types in C? and its value and range?
how can we get version of database ?
Diff between Proc transpose and Arrays with example?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!