Click here to Skip to main content
16,004,406 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Destroy Sessions Pin
Vasudevan Deepak Kumar6-Aug-07 2:31
Vasudevan Deepak Kumar6-Aug-07 2:31 
GeneralRe: Destroy Sessions Pin
mpavas6-Aug-07 3:37
mpavas6-Aug-07 3:37 
AnswerRe: Destroy Sessions Pin
N a v a n e e t h6-Aug-07 2:48
N a v a n e e t h6-Aug-07 2:48 
GeneralRe: Destroy Sessions Pin
mpavas6-Aug-07 3:34
mpavas6-Aug-07 3:34 
QuestionHow to get text from dyanmically created texboxes Pin
Muntyness6-Aug-07 1:30
Muntyness6-Aug-07 1:30 
AnswerRe: How to get text from dyanmically created texboxes Pin
Vasudevan Deepak Kumar6-Aug-07 1:34
Vasudevan Deepak Kumar6-Aug-07 1:34 
GeneralRe: How to get text from dyanmically created texboxes [modified] Pin
Muntyness6-Aug-07 1:59
Muntyness6-Aug-07 1:59 
AnswerRe: How to get text from dyanmically created texboxes Pin
N a v a n e e t h6-Aug-07 1:44
N a v a n e e t h6-Aug-07 1:44 
To understand the problem clearly, you need to look through ASP.NET page life cycle. ViewState is stored and loaded in Init event. So all dynamic controls created after Init event won't maintain any viewstate. This is what you are not getting the control on postback.

You need to find some other alternative like creating control on Init event.




Questionstore user defined class objects in view state Pin
deepalititi6-Aug-07 1:18
deepalititi6-Aug-07 1:18 
AnswerRe: store user defined class objects in view state Pin
Vasudevan Deepak Kumar6-Aug-07 1:21
Vasudevan Deepak Kumar6-Aug-07 1:21 
AnswerRe: store user defined class objects in view state Pin
N a v a n e e t h6-Aug-07 1:41
N a v a n e e t h6-Aug-07 1:41 
GeneralRe: store user defined class objects in view state Pin
deepalititi6-Aug-07 6:02
deepalititi6-Aug-07 6:02 
QuestionHow to copy assemblies Pin
Jagadeesh Jupalli6-Aug-07 1:10
Jagadeesh Jupalli6-Aug-07 1:10 
AnswerRe: How to copy assemblies Pin
Vasudevan Deepak Kumar6-Aug-07 1:20
Vasudevan Deepak Kumar6-Aug-07 1:20 
AnswerRe: How to copy assemblies Pin
N a v a n e e t h6-Aug-07 1:25
N a v a n e e t h6-Aug-07 1:25 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem [modified] Pin
Jagadeesh Jupalli6-Aug-07 2:08
Jagadeesh Jupalli6-Aug-07 2:08 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem Pin
N a v a n e e t h6-Aug-07 2:24
N a v a n e e t h6-Aug-07 2:24 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem Pin
Jagadeesh Jupalli6-Aug-07 2:50
Jagadeesh Jupalli6-Aug-07 2:50 
Questionasp.net 2.0 Pin
Sonia Gupta6-Aug-07 1:02
Sonia Gupta6-Aug-07 1:02 
AnswerRe: asp.net 2.0 Pin
Vasudevan Deepak Kumar6-Aug-07 1:22
Vasudevan Deepak Kumar6-Aug-07 1:22 
Questionhow to manage control in div in mozilla firefox browser [modified] Pin
Piyush Vardhan Singh6-Aug-07 1:01
Piyush Vardhan Singh6-Aug-07 1:01 
AnswerRe: how to manage (control) div in firfox broser Pin
Vasudevan Deepak Kumar6-Aug-07 1:23
Vasudevan Deepak Kumar6-Aug-07 1:23 
GeneralRe: how to manage (control) div in firfox broser Pin
Piyush Vardhan Singh6-Aug-07 2:10
Piyush Vardhan Singh6-Aug-07 2:10 
QuestionGrant ing ASP.NET access to a file Pin
ASPnoob6-Aug-07 0:21
ASPnoob6-Aug-07 0:21 
AnswerRe: Grant ing ASP.NET access to a file Pin
vimal_yet6-Aug-07 0:27
vimal_yet6-Aug-07 0:27 

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.