overridding webcontrols property programmatically

  • Thread starter Thread starter gane kol
  • Start date Start date
G

gane kol

Hi,

I have a few asp:radiobutton with checked = "true" by default in a XSLT
file. But when i tried to change it programmatically in aspx.cs based on the
database value, it is not changing. It is always set to true.

I need to have the radiobuttons checked by default.

- Gane
 
Hi Gane:

I think you'll need to share the code that demonstrates the problem.
It's very difficult to speculate about what the problem can be just
based on the description.

--s
 
Back
Top