Click here to Skip to main content
15,915,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: threading Pin
vibhas198230-May-07 1:27
vibhas198230-May-07 1:27 
AnswerRe: threading Pin
Manoj Kumar Rai29-May-07 19:51
professionalManoj Kumar Rai29-May-07 19:51 
GeneralRe: threading Pin
Christian Graus29-May-07 20:00
protectorChristian Graus29-May-07 20:00 
GeneralRe: threading Pin
Manoj Kumar Rai29-May-07 20:08
professionalManoj Kumar Rai29-May-07 20:08 
AnswerRe: threading Pin
leppie30-May-07 5:00
leppie30-May-07 5:00 
QuestionHow to print exactly on a standard paper form ? Pin
jamesjk29-May-07 18:01
jamesjk29-May-07 18:01 
Questionstoring dynamic controls on post back Pin
tauras8129-May-07 17:49
tauras8129-May-07 17:49 
AnswerRe: storing dynamic controls on post back Pin
Christian Graus29-May-07 18:23
protectorChristian Graus29-May-07 18:23 
First of all, you should ask in the ASP.NET forum, as you're using ASP.NET here. Secondly, store them where ? Typically, you need to recreate dynamically created controls in LoadViewState, so they are there before the Load event fires. But, you can't store them anywhere, if you stored something in viewstate to tell you what they were, by the time your viewstate loaded, it would be too late to recreate them so that their viewstate is restored.

Although I believe in 2.0 the state is restored twice, so it may be possible, if you time it right.

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionProject Build Help Pin
Aish-t29-May-07 17:01
Aish-t29-May-07 17:01 
AnswerRe: Project Build Help Pin
Aish-t30-May-07 14:57
Aish-t30-May-07 14:57 
QuestionUsing escape sequence characters in project string resources Pin
jozsurf29-May-07 15:37
jozsurf29-May-07 15:37 
AnswerRe: Using escape sequence characters in project string resources Pin
Christian Graus29-May-07 16:00
protectorChristian Graus29-May-07 16:00 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf29-May-07 16:04
jozsurf29-May-07 16:04 
GeneralRe: Using escape sequence characters in project string resources Pin
snorkie29-May-07 16:41
professionalsnorkie29-May-07 16:41 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf29-May-07 16:57
jozsurf29-May-07 16:57 
GeneralRe: Using escape sequence characters in project string resources Pin
snorkie30-May-07 1:43
professionalsnorkie30-May-07 1:43 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf30-May-07 14:54
jozsurf30-May-07 14:54 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf12-Jun-07 16:42
jozsurf12-Jun-07 16:42 
QuestionDynamic Crystal Report Creation Pin
kkadir29-May-07 14:07
kkadir29-May-07 14:07 
QuestionclickOnce question Pin
RIPOUX29-May-07 13:25
RIPOUX29-May-07 13:25 
AnswerRe: clickOnce question Pin
Dave Kreskowiak29-May-07 14:27
mveDave Kreskowiak29-May-07 14:27 
GeneralRe: clickOnce question Pin
RIPOUX29-May-07 15:25
RIPOUX29-May-07 15:25 
GeneralRe: clickOnce question Pin
Christian Graus29-May-07 16:01
protectorChristian Graus29-May-07 16:01 
QuestionCatching the form close Pin
Gene Arnold29-May-07 9:02
Gene Arnold29-May-07 9:02 
AnswerRe: Catching the form close Pin
MatrixCoder29-May-07 9:11
MatrixCoder29-May-07 9:11 

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.