Click here to Skip to main content
15,887,843 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Question Pin
Ashish Sehajpal9-Apr-08 4:07
Ashish Sehajpal9-Apr-08 4:07 
Generalnetwork socket programming -connectivity issues Pin
vilasinivils9-Apr-08 2:05
vilasinivils9-Apr-08 2:05 
GeneralDynamic Control Events not Fireing Pin
André Stroebel9-Apr-08 1:34
André Stroebel9-Apr-08 1:34 
GeneralRe: Dynamic Control Events not Fireing Pin
Jesse Squire9-Apr-08 1:42
Jesse Squire9-Apr-08 1:42 
GeneralRe: Dynamic Control Events not Fireing Pin
André Stroebel9-Apr-08 1:53
André Stroebel9-Apr-08 1:53 
GeneralRe: Dynamic Control Events not Fireing Pin
Jesse Squire9-Apr-08 2:07
Jesse Squire9-Apr-08 2:07 
GeneralRe: Dynamic Control Events not Fireing Pin
Christian Graus9-Apr-08 2:08
protectorChristian Graus9-Apr-08 2:08 
GeneralRe: Dynamic Control Events not Fireing Pin
Jesse Squire9-Apr-08 2:19
Jesse Squire9-Apr-08 2:19 
Christian makes a great point that I overlooked. Blush | :O

While setting AutoPostBack and assigning an id will get your event to fire, you will not be able to query the value of the radio button list. As he mentions, your control is being created too late in the cycle for it to receive its state. ViewState is restored after the page's Init cycle and before the Load cycle. You may wish to consider creating your controls either in the OnInit method or in an Init event handler.

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

GeneralRe: Dynamic Control Events not Fireing Pin
André Stroebel9-Apr-08 2:42
André Stroebel9-Apr-08 2:42 
Generalvs 2005 and windows vista untimate Pin
AnhTin9-Apr-08 1:27
AnhTin9-Apr-08 1:27 
GeneralRe: vs 2005 and windows vista untimate Pin
Jesse Squire9-Apr-08 1:54
Jesse Squire9-Apr-08 1:54 
QuestionJavascript Timer Pin
senthilsstil9-Apr-08 1:25
senthilsstil9-Apr-08 1:25 
GeneralRe: Javascript Timer Pin
Christian Graus9-Apr-08 2:09
protectorChristian Graus9-Apr-08 2:09 
GeneralRe: Javascript Timer Pin
Jesse Squire9-Apr-08 2:11
Jesse Squire9-Apr-08 2:11 
GeneralRe: Javascript Timer Pin
eyeseetee9-Apr-08 2:18
eyeseetee9-Apr-08 2:18 
GeneralRe: Javascript Timer Pin
Sandilian9-Apr-08 2:24
Sandilian9-Apr-08 2:24 
AnswerRe: Javascript Timer Pin
Ashish Sehajpal9-Apr-08 3:18
Ashish Sehajpal9-Apr-08 3:18 
GeneralUrgent : Data Purging of previous month Pin
rockz...9-Apr-08 1:19
rockz...9-Apr-08 1:19 
GeneralRe: Urgent : Data Purging of previous month Pin
Christian Graus9-Apr-08 2:10
protectorChristian Graus9-Apr-08 2:10 
Generalbatch processing Pin
marygoldg9-Apr-08 0:46
marygoldg9-Apr-08 0:46 
Questionhow do I InvokeScript? Pin
pbeeby9-Apr-08 0:14
pbeeby9-Apr-08 0:14 
AnswerRe: how do I InvokeScript? Pin
Christian Graus9-Apr-08 0:33
protectorChristian Graus9-Apr-08 0:33 
GeneralGoogle Analytics with asp.net multiview control Pin
marky7778-Apr-08 23:06
marky7778-Apr-08 23:06 
Generalcrystal report problem in FireFox and opera Pin
Amr M. K.8-Apr-08 23:04
Amr M. K.8-Apr-08 23:04 
GeneralHttp 400 bad request error Pin
Fuhrer8-Apr-08 22:57
Fuhrer8-Apr-08 22:57 

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.