Hello:
Using C#
I've a little problem with a grid and radio. I've a grid with 3 columns. One of these columns has 2 Radiobutton (in a group). The last column has a button (Submit)
I bind the grid in C# code behind (including textbox, label and radio button).
Now the problem is I bind the grid and depends what line, the radio will be selected. So it will checked.
The grid fill when the page load!!
But after I bind the grid, I want to select any RADIO in any row and change the selection.
I tried to use IspostBack, but I can't use it because everytime I selected the radiobutton the page reload.
So if I'll change the radiobutton, the page reload, fill the grid again and I lost the selection, that the problem I've with ispostback
So in little words what I need is: I need to change the "checked" radiobutton WITHOUT reload the page.
Maybe using javascript onlick.
But the problem with this solution is: I can't use onlick in asp:radiobutton, because is not supported.
Please if anyone can help, I will really appreciate it!
Thanks
NIKO
Start Free Trial