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
Post a Comment