c# - How to use Dynamic Radio button in aspx.cs file -



c# - How to use Dynamic Radio button in aspx.cs file -

i have created dynamic radio button list java script , want utilize radio button list in aspx.cs page, how can do?

the server-side code unaware of command dynamically created in javascript on client-side. likewise, viewstate of command invalidated if create options in list aren't available @ runtime.

in order access values in code behind, you'll need pass values either ajax or set hidden field value prior postback.

c# java asp.net

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -