hey
asp.net 2.0
If I have a plain html table in my asp.net 2.0 webpage, and later decide to
add this property: runat="server" to the table. Does this turn the table
into a asp.net table (<asp:Table ID="Table1" runat="server">)???
Jeff
runat="server"
|