Posted 12 Jul 2012 Link to this post
<
div
id
=
"div2"
runat
"server"
style
"display: none"
>
telerik:RadAsyncUpload
ID
"as"
AllowedFileExtensions
".png"
></
</
asp:RadioButton
"RadioButton1"
AutoPostBack
"true"
OnCheckedChanged
"RadioButton1_CheckedChanged"
/>
protected
void
RadioButton1_CheckedChanged(
object
sender, EventArgs e)
{
RadioButton btn = (RadioButton)sender;
HtmlGenericControl container = (HtmlGenericControl)btn.FindControl(
);
container.Style.Add(
"display"
,
"block"
}