Ask a Question related to ASP.NET General, Design and Development.
-
RB #1
RadioButtons & DataGrid
Hi,
I have retreived questions and answers from DB tables, and
display them into datagrid.
QNo Quest A B C
1 Quest1 5 7 9
2 Quest2 A D C
3 Quest3 gold silver bronze
The values for possible answers (ABC values) are displayed
as radiobuttons. After the form has been submitted I need
to display ONLY the rows for which some radio button is
checked. Par example: I have checked option B for the
first question and option A for the third quest, so I have
to display on the page:
QNo Quest A B C
1 Quest1 5 7(checked) 9
3 Quest3 gold(checked) silver bronze
How to handle appropriate radiobutton events, or is it
possible some other way to solve this?
Thank you.
RB Guest
-
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
Grouping RadioButtons in a DataGrid
Hello, I have a TemplateColumn as the first column in my datagrid to display radiobuttons for selection of rows. The problem is, when the table... -
Checkboxes/Radiobuttons - Help
Hi, I have a problem with checkboxes/radiobuttons displaying on Apple Macs. The checkboxes/radiobuttons display a white border and this is visible... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
Radiobuttons and textbox with autopost
hi, i have a radiobuttonlist which i have set the autopostback feature to false, so it would be easier to navigate thru' it, using the keyboard. ...



Reply With Quote

