Click here to Skip to main content
15,902,189 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to read everyother line from a CSV file Pin
Christian Graus22-Dec-08 10:46
protectorChristian Graus22-Dec-08 10:46 
GeneralRe: How to read everyother line from a CSV file Pin
Tina P22-Dec-08 12:20
Tina P22-Dec-08 12:20 
GeneralRe: How to read everyother line from a CSV file Pin
Christian Graus22-Dec-08 14:00
protectorChristian Graus22-Dec-08 14:00 
GeneralRe: How to read everyother line from a CSV file Pin
Tina P25-Dec-08 16:47
Tina P25-Dec-08 16:47 
QuestionWindows Authentication Pin
Jacob D Dixon19-Dec-08 9:51
Jacob D Dixon19-Dec-08 9:51 
QuestionAdding Controls to a updatepanel dynamically Pin
Alomgir Miah A19-Dec-08 9:49
Alomgir Miah A19-Dec-08 9:49 
AnswerRe: Adding Controls to a updatepanel dynamically Pin
Christian Graus19-Dec-08 10:46
protectorChristian Graus19-Dec-08 10:46 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Alomgir Miah A19-Dec-08 14:28
Alomgir Miah A19-Dec-08 14:28 
Thanks for your reply.
The website I am working in refreshes every second to keep the data up to date. Clicking the control does a AJAX postback and that part is working fine. The problem is that I want to change the control settings in the server due to some server events. Now to force the control rendering independently of all the other controls Invalidate essentially call Update() on the UpdatePanel associated with the control. For some reason the Render method of the control does not get called when the Update is called on the UpdatePanel.

googling this suggests that I need to implement ITemplate, add the control to it and replace the ContentTemplate with it. But it seems this technique is not working.
I hope I am clear enough in what I am looking for.

Thanks,
Live Life King Size
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Christian Graus19-Dec-08 16:37
protectorChristian Graus19-Dec-08 16:37 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Alomgir Miah A19-Dec-08 18:07
Alomgir Miah A19-Dec-08 18:07 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Christian Graus19-Dec-08 18:23
protectorChristian Graus19-Dec-08 18:23 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Alomgir Miah A19-Dec-08 18:45
Alomgir Miah A19-Dec-08 18:45 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Christian Graus19-Dec-08 18:56
protectorChristian Graus19-Dec-08 18:56 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Alomgir Miah A19-Dec-08 19:13
Alomgir Miah A19-Dec-08 19:13 
GeneralRe: Adding Controls to a updatepanel dynamically Pin
Alomgir Miah A26-Dec-08 6:56
Alomgir Miah A26-Dec-08 6:56 
QuestionCheckBoxList not displaying with first click Pin
Ekjon19-Dec-08 7:47
Ekjon19-Dec-08 7:47 
AnswerRe: CheckBoxList not displaying with first click Pin
Ekjon19-Dec-08 9:01
Ekjon19-Dec-08 9:01 
QuestionRe: CheckBoxList not displaying with first click Pin
Ma tju19-Dec-08 17:04
Ma tju19-Dec-08 17:04 
AnswerRe: CheckBoxList not displaying with first click Pin
Ekjon22-Dec-08 4:05
Ekjon22-Dec-08 4:05 
QuestionCustomer Information in web setup project using web application Pin
shavil19-Dec-08 6:58
shavil19-Dec-08 6:58 
QuestionRegarding Web Setup project using Web Application Pin
shavil19-Dec-08 6:51
shavil19-Dec-08 6:51 
Questionhow to refresh update panel in javascript? Pin
mr_muskurahat19-Dec-08 3:07
mr_muskurahat19-Dec-08 3:07 
AnswerRe: how to refresh update panel in javascript? Pin
Abhijit Jana19-Dec-08 3:13
professionalAbhijit Jana19-Dec-08 3:13 
AnswerRe: how to refresh update panel in javascript? Pin
Brij19-Dec-08 3:25
mentorBrij19-Dec-08 3:25 
QuestionMerge Module Pin
BalasubramanianK19-Dec-08 2:51
BalasubramanianK19-Dec-08 2:51 

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.