asp.net - Missing selected value from RadioButtonList after PostBack -


first page loads , shows empty textbox , button "go"

upon clicking button "go" radiobuttonlist in page loaded table based on text in textbox.

the radiobuttonlist shown new button "made choice".

the user chooses button , clicks "made choice".

upon checking selected value or index radiobuttonlist not checked @ all...

that tvm ricardo conte

if not using page.ispostback property page_load try use

 if(!page.ispostback)     {     // code..     } 

into page_load.check msdn

hope works you.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -