472,119 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

runat="server"

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
Aug 4 '06 #1
3 5442

"Jeff" <it************@hotmail.com.NOSPAMwrote in message
news:Or****************@TK2MSFTNGP04.phx.gbl...
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
It makes it an htmlgenericcontrol not an asp:table control.
Aug 4 '06 #2
"vMike" <Mi****************@noZorY.geZwaYrrenY.comwrote in message
news:tJ******************************@comcast.com. ..
It makes it an htmlgenericcontrol not an asp:table control.
It makes it an HtmlTable control, not an htmlgenericcontrol...
Aug 4 '06 #3
No, but it does allow you to access the members of this HTML Table via
server side code.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jeff" <it************@hotmail.com.NOSPAMwrote in message
news:Or****************@TK2MSFTNGP04.phx.gbl...
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

Aug 4 '06 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Matt | last post: by
2 posts views Thread by Lubomir | last post: by
6 posts views Thread by Martin Eyles | last post: by
3 posts views Thread by Jim in Arizona | last post: by
11 posts views Thread by gunjan.mait | last post: by
19 posts views Thread by Scott M. | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.