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
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
I want Ada programming language books. Could anyone post me any link for that?
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
what are resources in case of Threads
In project we have Documentation phase also,in that what is micro and macro designing?
Difference between debugging, running, executing of an application
< DL Compact > tag is used for
how sap is different from other software ?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Delta 5 weight scale not connect with oracle application what i can do?
how to work search engine? plz detail answer me.
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
what is integration testing in real time applications?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?