asp.net controls won't appear
Web Development
4
Posts
3
Posters
0
Views
1
Watching
-
Make sure you have
runat="server"
attributes on all the controls. -
Make sure you have
runat="server"
attributes on all the controls.are you saying that if I have "one" control without runat="server" this will cause the controls not to appear ( all of them ) ?
-
are you saying that if I have "one" control without runat="server" this will cause the controls not to appear ( all of them ) ?
No, I was not saying that. I was saying that you should check all of them, because it did happened to me when I forgot to include runat attribute on some controls and some controls did not show up.