Hi Group,
I am working on a simple user administration system based on VB ASP.NET and
an Access database. The database contains the folowing data:
Users:
UserID, f_UserTypeID, Name, Email
1, 1, Pat, pat@someunknownemail.com
2, 1, Joe, joe@someunknownemail.com
3, 2, Tim, tim@someunknownema...
more >>
I have a RadioButtonList with more than one ListItem that has a certain
Value. If I select a ListItem with that Value, the one that is selected is
the first ListItem with that Value. For example, if I had the following
ListItems:
<asp:ListItem Text="Boardgames" Value="12.00"/>
...
more >>
I am struggling with positioning web form controls. It was suggested that I
place a table on the page - but it seems that the controls are positioned
independent from the table.
What practices will work? What should I avoid?
Thanks,
-dog
...
more >>