Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFileIOPermission Pin
Matt Cavanagh7-Jun-09 21:14
Matt Cavanagh7-Jun-09 21:14 
AnswerRe: FileIOPermission Pin
Christian Graus7-Jun-09 21:32
protectorChristian Graus7-Jun-09 21:32 
GeneralRe: FileIOPermission Pin
Matt Cavanagh7-Jun-09 22:12
Matt Cavanagh7-Jun-09 22:12 
QuestionGenerate PDF file Pin
vnsraj7-Jun-09 20:43
vnsraj7-Jun-09 20:43 
AnswerRe: Generate PDF file Pin
Abhijit Jana7-Jun-09 20:48
professionalAbhijit Jana7-Jun-09 20:48 
AnswerRe: Generate PDF file Pin
Abhishek Sur7-Jun-09 21:11
professionalAbhishek Sur7-Jun-09 21:11 
QuestionPlease help with Viewstate and nested webcontrol !!! Pin
dwfresh7-Jun-09 20:07
dwfresh7-Jun-09 20:07 
AnswerRe: Please help with Viewstate and nested webcontrol !!! Pin
Christian Graus7-Jun-09 20:32
protectorChristian Graus7-Jun-09 20:32 
Viewstate in dynamically created controls is always a nightmare. The easiest way to handle it, is to write some JS that writes to a hidden control, with the text of the textboxes, and then you recreate them from there. The hidden control is always defined, so there are no viewstate issues.

Failing that, I wonder why you're creating your own 'child control list'. Why not just iterate over the controls collection that you're adding to, the one that already exists ? You can create a list that iterates over the controls list and only returns controls of a particular type. I bet if you set breakpoints, your problem is with the order of operations, and that childcontrollist getting set to empty.

Christian Graus

Driven to the arms of OSX by Vista.

Please read this[^] if you don't like the answer I gave to your question.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

GeneralRe: Please help with Viewstate and nested webcontrol !!! Pin
Abhijit Jana7-Jun-09 20:49
professionalAbhijit Jana7-Jun-09 20:49 
GeneralRe: Please help with Viewstate and nested webcontrol !!! Pin
dwfresh8-Jun-09 5:29
dwfresh8-Jun-09 5:29 
Questioncheck if record exist Pin
hahii7-Jun-09 18:33
hahii7-Jun-09 18:33 
AnswerRe: check if record exist Pin
Christian Graus7-Jun-09 19:02
protectorChristian Graus7-Jun-09 19:02 
GeneralCustom web controls Pin
Juvil John7-Jun-09 16:53
Juvil John7-Jun-09 16:53 
Questionhow to save gridview contents in cache at runtime Pin
ashutosh_karna7-Jun-09 11:33
ashutosh_karna7-Jun-09 11:33 
AnswerRe: how to save gridview contents in cache at runtime Pin
Christian Graus7-Jun-09 12:06
protectorChristian Graus7-Jun-09 12:06 
QuestionHow to show image from ms access to gridview Pin
Pratheepa7-Jun-09 3:26
Pratheepa7-Jun-09 3:26 
AnswerRe: How to show image from ms access to gridview Pin
Abhijit Jana7-Jun-09 3:42
professionalAbhijit Jana7-Jun-09 3:42 
GeneralRe: How to show image from ms access to gridview Pin
Pratheepa7-Jun-09 3:54
Pratheepa7-Jun-09 3:54 
GeneralRe: How to show image from ms access to gridview Pin
Christian Graus7-Jun-09 11:10
protectorChristian Graus7-Jun-09 11:10 
GeneralRe: How to show image from ms access to gridview Pin
Abhijit Jana7-Jun-09 17:40
professionalAbhijit Jana7-Jun-09 17:40 
AnswerRe: How to show image from ms access to gridview Pin
Matt Cavanagh7-Jun-09 22:39
Matt Cavanagh7-Jun-09 22:39 
GeneralRe: How to show image from ms access to gridview Pin
Pratheepa13-Jun-09 21:10
Pratheepa13-Jun-09 21:10 
QuestionChess Engine Pin
owolabi Victor6-Jun-09 18:51
owolabi Victor6-Jun-09 18:51 
AnswerRe: Chess Engine Pin
Abhijit Jana6-Jun-09 19:12
professionalAbhijit Jana6-Jun-09 19:12 
AnswerRe: Chess Engine Pin
Christian Graus7-Jun-09 0:06
protectorChristian Graus7-Jun-09 0:06 

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.