Discussions

Tag Filter:
I am trying create a RadioButtonList and if someone select yes then a list checkboxes appear and then if one of those is ticked then they must download a document related to their selection.
I add new form include RadioButtonList ho to add onclick="UpdateRecord(this.value)" to each option at the radio botton the form code is <AddForm> <SubmitCommand CommandText="INSERT INTO [Lists] ([ListName], [Text], [Text], [ListName]) VALUES(@ListName, @Text, @Text, @ListName) " /> <div> <div><Label CssClass="xmp-form-label" For="Lanuage">RadioButtonList</Label> <RadioButtonList Id="Lanuage" DataF