Click here to Skip to main content
15,888,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Date Time Conversion Pin
Baran M23-Jun-09 20:39
Baran M23-Jun-09 20:39 
Questionany examples on webparts personalisation in sql server2005 Pin
lakshmichawala23-Jun-09 2:27
lakshmichawala23-Jun-09 2:27 
GeneralGenrate Login ID Suggestion Pin
Deepak Nigam23-Jun-09 1:42
Deepak Nigam23-Jun-09 1:42 
GeneralRe: Genrate Login ID Suggestion Pin
Abhijit Jana23-Jun-09 2:17
professionalAbhijit Jana23-Jun-09 2:17 
GeneralRe: Genrate Login ID Suggestion Pin
Manas Bhardwaj23-Jun-09 2:25
professionalManas Bhardwaj23-Jun-09 2:25 
GeneralRe: Genrate Login ID Suggestion Pin
padmanabhan N23-Jun-09 2:27
padmanabhan N23-Jun-09 2:27 
QuestionOutProc on State Server: Thread problem Pin
misha_grewal23-Jun-09 1:23
misha_grewal23-Jun-09 1:23 
AnswerRe: OutProc on State Server: Thread problem Pin
ToddHileHoffer23-Jun-09 6:50
ToddHileHoffer23-Jun-09 6:50 
You can't keep a thread active in session. When you store data in session, you are simply saving XML in memory. Your class is written out as XML and then when you deserialize it, a new instace is created and the values of properties are retreived from the XML.


Also, from my experience, you do not want to keep a thread alive between postbacks. It is a bad idea. The reason being is that the client can abrubtly disconnect and it is not always possible to fire an event in your server code when that happens.


I didn't get any requirements for the signature


QuestionPlease give me answer for below quetion. [modified] Pin
kantharao23-Jun-09 0:50
kantharao23-Jun-09 0:50 
AnswerRe: Please give me answer for below quetion. Pin
Christian Graus23-Jun-09 0:56
protectorChristian Graus23-Jun-09 0:56 
AnswerRe: Please give me answer for below quetion. Pin
padmanabhan N23-Jun-09 1:03
padmanabhan N23-Jun-09 1:03 
QuestionHow to load web part in another web part? Pin
Hoang Jang23-Jun-09 0:17
Hoang Jang23-Jun-09 0:17 
AnswerRe: How to load web part in another web part? Pin
Abhijit Jana23-Jun-09 0:50
professionalAbhijit Jana23-Jun-09 0:50 
GeneralRe: How to load web part in another web part? Pin
Hoang Jang23-Jun-09 19:58
Hoang Jang23-Jun-09 19:58 
QuestionObject reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:17
KhandelwalA23-Jun-09 0:17 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line Pin
Abhijit Jana23-Jun-09 0:34
professionalAbhijit Jana23-Jun-09 0:34 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line [modified] Pin
padmanabhan N23-Jun-09 0:36
padmanabhan N23-Jun-09 0:36 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:42
KhandelwalA23-Jun-09 0:42 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line Pin
Abhijit Jana23-Jun-09 0:48
professionalAbhijit Jana23-Jun-09 0:48 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 0:50
padmanabhan N23-Jun-09 0:50 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:56
KhandelwalA23-Jun-09 0:56 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:23
KhandelwalA23-Jun-09 1:23 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 1:29
padmanabhan N23-Jun-09 1:29 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:30
KhandelwalA23-Jun-09 1:30 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 1:41
padmanabhan N23-Jun-09 1:41 

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.