User-2044710053 posted
I need to know the answer to this. I have a standard asp control (CheckBox) and I want to bind some data to it. I also want to be able to access it via vb in an easy manner. Can someone tell me quickly if this is possible?
An example of what I want to do is below:
<asp:CheckBox ID="TestCheckBox" runat="server" MyAttribute="12345" />
Dim myValue = TestCheckBox.Attributes("MyAttribute")