Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb Site Configuration. Pin
VikashGohil12-Apr-09 19:53
VikashGohil12-Apr-09 19:53 
Questionsilverlight project from local host(Step by Step Processors). Pin
Piyush Vardhan Singh12-Apr-09 19:50
Piyush Vardhan Singh12-Apr-09 19:50 
AnswerRe: silverlight project from local host(Step by Step Processors). Pin
Parwej Ahamad12-Apr-09 23:05
professionalParwej Ahamad12-Apr-09 23:05 
Question[Message Deleted] Pin
liz312-Apr-09 19:41
liz312-Apr-09 19:41 
AnswerRe: Running .exe from .NET Pin
Abhijit Jana12-Apr-09 19:59
professionalAbhijit Jana12-Apr-09 19:59 
QuestionSession timeout in Web [modified] Pin
Shivan Nandan12-Apr-09 19:23
Shivan Nandan12-Apr-09 19:23 
AnswerRe: Session timeout in Web Pin
Abhijit Jana12-Apr-09 19:32
professionalAbhijit Jana12-Apr-09 19:32 
GeneralRe: Session timeout in Web Pin
Shivan Nandan12-Apr-09 19:51
Shivan Nandan12-Apr-09 19:51 
Hi,
After deploying also , I get the same kind of error.But now I have uploaded all files ie, aspx,aspx.cs,cs,web.config,Global.asax etc.

The first variable is added in Session_Start event, as
Session.Add("CompanyTitle","XYZ")

The other variable in
protected void btnLogin_Click(object sender, EventArgs e)
{

// value retrieval code from Database

Session["UserName"]=UserName;
}

The problem is that whenever I retrieve the session variable "UserName" in some other page, nearly after 1 minute it gives the error "Object variable not set to an instance..."

Shivanandan C V
GeneralRe: Session timeout in Web Pin
Abhijit Jana12-Apr-09 20:06
professionalAbhijit Jana12-Apr-09 20:06 
GeneralRe: Session timeout in Web Pin
Shivan Nandan12-Apr-09 20:13
Shivan Nandan12-Apr-09 20:13 
GeneralRe: Session timeout in Web Pin
Abhijit Jana12-Apr-09 20:24
professionalAbhijit Jana12-Apr-09 20:24 
GeneralRe: Session timeout in Web Pin
Shivan Nandan12-Apr-09 20:26
Shivan Nandan12-Apr-09 20:26 
QuestionGridview Header Wrap Problem [modified] Pin
abhishek.mumbai12-Apr-09 18:56
abhishek.mumbai12-Apr-09 18:56 
QuestionIs it posible to send Email from localhost ? Pin
Shahdat Hosain12-Apr-09 18:42
Shahdat Hosain12-Apr-09 18:42 
AnswerRe: Is it posible to send Email from localhost ? Pin
Abhijit Jana12-Apr-09 18:48
professionalAbhijit Jana12-Apr-09 18:48 
QuestionInvalid Postbak Or CallBack Argument Pin
Niungareamit12-Apr-09 18:33
Niungareamit12-Apr-09 18:33 
AnswerRe: Invalid Postbak Or CallBack Argument Pin
Abhijit Jana12-Apr-09 18:49
professionalAbhijit Jana12-Apr-09 18:49 
Answercreate Graphical node Pin
jdgaur12312-Apr-09 18:29
jdgaur12312-Apr-09 18:29 
QuestionHow do I price an ASP.NET website? [modified] Pin
rocksoccer12-Apr-09 7:51
rocksoccer12-Apr-09 7:51 
AnswerRe: How do I price an ASP.NET website? Pin
Colin Angus Mackay12-Apr-09 12:37
Colin Angus Mackay12-Apr-09 12:37 
GeneralRe: How do I price an ASP.NET website? Pin
rocksoccer12-Apr-09 14:06
rocksoccer12-Apr-09 14:06 
GeneralRe: How do I price an ASP.NET website? Pin
Colin Angus Mackay12-Apr-09 14:29
Colin Angus Mackay12-Apr-09 14:29 
GeneralDon't forget maintenance / support Pin
David Mujica13-Apr-09 0:37
David Mujica13-Apr-09 0:37 
GeneralRe: Don't forget maintenance / support Pin
Colin Angus Mackay13-Apr-09 0:40
Colin Angus Mackay13-Apr-09 0:40 
GeneralWho own's the source ? Pin
David Mujica13-Apr-09 1:00
David Mujica13-Apr-09 1:00 

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.