Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: regarding iframe with word document in a webpage Pin
Jesse Squire27-Mar-08 4:38
Jesse Squire27-Mar-08 4:38 
QuestionChaning the DLL Name while Publishing the Website Pin
danasegaranea27-Mar-08 3:17
danasegaranea27-Mar-08 3:17 
GeneralRe: Chaning the DLL Name while Publishing the Website Pin
Declan Bright27-Mar-08 4:28
Declan Bright27-Mar-08 4:28 
Questionhow to use cultural Info class for ... Pin
koolprasad200327-Mar-08 2:33
professionalkoolprasad200327-Mar-08 2:33 
AnswerRe: how to use cultural Info class for ... Pin
Jesse Squire27-Mar-08 2:48
Jesse Squire27-Mar-08 2:48 
QuestionView state for dynamic ASP.net controls [modified] Pin
ILLUSIONARY LIFE27-Mar-08 2:21
ILLUSIONARY LIFE27-Mar-08 2:21 
GeneralRe: View state for dynamic ASP.net controls Pin
ILLUSIONARY LIFE27-Mar-08 2:37
ILLUSIONARY LIFE27-Mar-08 2:37 
GeneralRe: View state for dynamic ASP.net controls [modified] Pin
Jesse Squire27-Mar-08 2:45
Jesse Squire27-Mar-08 2:45 
ViewState is restored between the Init and Load phases of the page life cycle. One thing to be aware of is that controls are given their ViewState based on position in the control hierarchy, not on a control's id.

What that means to you is that in order for your controls to receive ViewState, they must be recreated during the Init phase [either in an Init event handler or in the OnInit method]. You will also need to make sure that the control exists in exactly the same place in the control hierarchy as it did when the page rendered.

Hope that helps. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

modified on Thursday, March 27, 2008 8:54 AM

GeneralAjax validation not working in Firefox Pin
new2pgrmg27-Mar-08 0:19
new2pgrmg27-Mar-08 0:19 
GeneralRe: Ajax validation not working in Firefox Pin
eyeseetee27-Mar-08 0:36
eyeseetee27-Mar-08 0:36 
Questionhow to use ajax in asp.net.. Pin
raushan_927-Mar-08 0:16
raushan_927-Mar-08 0:16 
AnswerRe: how to use ajax in asp.net.. Pin
new2pgrmg27-Mar-08 0:26
new2pgrmg27-Mar-08 0:26 
GeneralRe: how to use ajax in asp.net.. Pin
eyeseetee27-Mar-08 0:32
eyeseetee27-Mar-08 0:32 
AnswerRe: how to use ajax in asp.net.. Pin
N a v a n e e t h27-Mar-08 1:06
N a v a n e e t h27-Mar-08 1:06 
AnswerRe: how to use ajax in asp.net.. Pin
lbothell27-Mar-08 6:12
lbothell27-Mar-08 6:12 
Questionhow to send mail using exchange mail server Pin
SwastikInfosystems27-Mar-08 0:12
SwastikInfosystems27-Mar-08 0:12 
AnswerRe: how to send mail using exchange mail server Pin
J4amieC27-Mar-08 0:26
J4amieC27-Mar-08 0:26 
AnswerRe: how to send mail using exchange mail server Pin
eyeseetee27-Mar-08 0:31
eyeseetee27-Mar-08 0:31 
GeneralRe: how to send mail using exchange mail server [modified] Pin
SwastikInfosystems27-Mar-08 0:55
SwastikInfosystems27-Mar-08 0:55 
GeneralRe: how to send mail using exchange mail server Pin
J4amieC27-Mar-08 1:12
J4amieC27-Mar-08 1:12 
GeneralRe: how to send mail using exchange mail server Pin
eyeseetee27-Mar-08 2:01
eyeseetee27-Mar-08 2:01 
AnswerRe: how to send mail using exchange mail server Pin
Christian Graus27-Mar-08 11:41
protectorChristian Graus27-Mar-08 11:41 
General[Message Deleted] Pin
SwastikInfosystems26-Mar-08 23:55
SwastikInfosystems26-Mar-08 23:55 
GeneralRe: Sending mail using exchange server Pin
Christian Graus26-Mar-08 23:58
protectorChristian Graus26-Mar-08 23:58 
GeneralRe: Sending mail using exchange server Pin
J4amieC27-Mar-08 0:29
J4amieC27-Mar-08 0:29 

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.