Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionis it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 19:54
Ramesh A.23-Mar-09 19:54 
AnswerRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 19:59
professionalAbhijit Jana23-Mar-09 19:59 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 20:48
Ramesh A.23-Mar-09 20:48 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 20:58
professionalAbhijit Jana23-Mar-09 20:58 
Questionneed some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 19:45
prasadbuddhika23-Mar-09 19:45 
AnswerRe: need some explaination about the session in as.net Pin
krishnaveer23-Mar-09 19:56
krishnaveer23-Mar-09 19:56 
AnswerRe: need some explaination about the session in as.net Pin
Abhijit Jana23-Mar-09 19:56
professionalAbhijit Jana23-Mar-09 19:56 
GeneralRe: need some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 22:05
prasadbuddhika23-Mar-09 22:05 
tanx, but i'm experiencing that is confucing.i use a web service to server the web application. the problem is when user login i create the session

this.Session.Add("customer", customer.CUSTEMAIL);


then insert it to table (db) to restrict the same user log in.

in the log off method i use

customer.CUSTEMAIL = this.Session["customer"].ToString();<=====A


       if (Customerinfo.delete_session(customer))
       {
           this.Session.Abandon();
           return "log off successful";
       }
       else
       {
           return "log off failed";
       }


to delete the record in the db and then destroy the session, but the prolem is when logging off at point A the session count is 0 means no session object and gives null ref exception, could you tell me what is going wrong here.
AnswerRe: need some explaination about the session in as.net Pin
kumar_k50823-Mar-09 21:48
kumar_k50823-Mar-09 21:48 
Questionunable to find a version of the run time to run this application, VB.NET Pin
krishnaveer23-Mar-09 19:43
krishnaveer23-Mar-09 19:43 
AnswerRe: unable to find a version of the run time to run this application, VB.NET Pin
Abhijit Jana23-Mar-09 20:09
professionalAbhijit Jana23-Mar-09 20:09 
QuestionControl Slide Show. Pin
Wlink23-Mar-09 19:42
Wlink23-Mar-09 19:42 
AnswerRe: Control Slide Show. Pin
Cybernate24-Mar-09 10:42
Cybernate24-Mar-09 10:42 
QuestionZero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:17
Satish - Developer23-Mar-09 19:17 
AnswerRe: Zero's were getting trimmed when string convert to integer. [modified] Pin
Spunky Coder23-Mar-09 19:44
Spunky Coder23-Mar-09 19:44 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:51
Satish - Developer23-Mar-09 19:51 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:02
Spunky Coder23-Mar-09 20:02 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:21
Satish - Developer23-Mar-09 20:21 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:37
Spunky Coder23-Mar-09 20:37 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:55
Satish - Developer23-Mar-09 20:55 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 21:06
Spunky Coder23-Mar-09 21:06 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 21:35
Satish - Developer23-Mar-09 21:35 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 22:08
Spunky Coder23-Mar-09 22:08 
Questionspacebar problem for insertion Pin
roshid23-Mar-09 19:13
roshid23-Mar-09 19:13 
AnswerRe: spacebar problem for insertion Pin
SachinKumar M23-Mar-09 19:52
SachinKumar M23-Mar-09 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.