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

ASP.NET

 
AnswerRe: simple,short question Pin
badgrs23-Jun-07 12:25
badgrs23-Jun-07 12:25 
AnswerRe: simple,short question Pin
Christian Graus23-Jun-07 13:37
protectorChristian Graus23-Jun-07 13:37 
Questionmulti usercontrol! Pin
synbad23-Jun-07 0:29
synbad23-Jun-07 0:29 
AnswerRe: multi usercontrol! Pin
honeyss29-Jun-07 3:08
honeyss29-Jun-07 3:08 
QuestionDynamic controles Pin
hadad22-Jun-07 23:06
hadad22-Jun-07 23:06 
AnswerRe: Dynamic controles Pin
Abolfazl Sheikhloo22-Jun-07 23:38
Abolfazl Sheikhloo22-Jun-07 23:38 
GeneralRe: Dynamic controles Pin
hadad22-Jun-07 23:48
hadad22-Jun-07 23:48 
GeneralRe: Dynamic controles Pin
WillemM23-Jun-07 10:33
WillemM23-Jun-07 10:33 
The problem you are having, has to do with way the page is constructed during a webrequest.

The site constructs the basic structure of the page and fills in the values after the controls are constructed. This is done with every webrequest, so you have to inject your controls during the period that the structure of the page is constructed.

One thing you can do is add the controls to a list in the session state and rebuild the structure from that every time the page is initialized. You will also need to fill in the values that the controls originally had.



WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

AnswerRe: Dynamic controles Pin
Vipin.d23-Jun-07 4:20
Vipin.d23-Jun-07 4:20 
QuestionAn extender can't be in a different UpdatePanel than the control it extends Pin
morteza5722-Jun-07 22:13
morteza5722-Jun-07 22:13 
AnswerRe: An extender can't be in a different UpdatePanel than the control it extends Pin
badgrs23-Jun-07 12:23
badgrs23-Jun-07 12:23 
GeneralRe: An extender can't be in a different UpdatePanel than the control it extends Pin
morteza5723-Jun-07 23:09
morteza5723-Jun-07 23:09 
GeneralRe: An extender can't be in a different UpdatePanel than the control it extends Pin
londhe.kunal17-May-10 21:00
londhe.kunal17-May-10 21:00 
GeneralRe: An extender can't be in a different UpdatePanel than the control it extends Pin
ashwani Gautam24-Sep-10 1:00
ashwani Gautam24-Sep-10 1:00 
Questionget values from iframe Pin
Imran Khan Pathan22-Jun-07 21:31
Imran Khan Pathan22-Jun-07 21:31 
AnswerRe: get values from iframe Pin
chand1022-Jun-07 21:45
chand1022-Jun-07 21:45 
Questiondatabinder question Pin
Sonia Gupta22-Jun-07 20:55
Sonia Gupta22-Jun-07 20:55 
AnswerRe: databinder question Pin
synbad23-Jun-07 0:32
synbad23-Jun-07 0:32 
QuestionGuest book using Asp.Net Pin
h@s@n22-Jun-07 20:35
h@s@n22-Jun-07 20:35 
AnswerRe: Guest book using Asp.Net Pin
Christian Graus22-Jun-07 21:10
protectorChristian Graus22-Jun-07 21:10 
QuestionGet focus on Text with the help of Query String? Pin
chand1022-Jun-07 20:34
chand1022-Jun-07 20:34 
AnswerRe: Get focus on Text with the help of Query String? Pin
Vipin.d23-Jun-07 4:24
Vipin.d23-Jun-07 4:24 
QuestionHow to paginate a gridview... Pin
codingrocks22-Jun-07 18:56
codingrocks22-Jun-07 18:56 
AnswerRe: How to paginate a gridview... Pin
Sonia Gupta22-Jun-07 19:24
Sonia Gupta22-Jun-07 19:24 
AnswerRe: How to paginate a gridview... Pin
chand1022-Jun-07 20:14
chand1022-Jun-07 20:14 

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.