R
Rajesh C K R
Hi,
Why do some always needed to be placed inside a <form runat=server> where as
few other dont require that?
How do I know if a given control (derived from System.Web.UI.Control or
System.Web.UI.WebControls) will work outside <form runat=server>
For ex, I can place <asp:Table ...> outside a <form runat=server> but not
<asp
ropDownlist>
Is it based on the fact if the given control can do a post back or not??
Thanks in advance..
Rajesh
Why do some always needed to be placed inside a <form runat=server> where as
few other dont require that?
How do I know if a given control (derived from System.Web.UI.Control or
System.Web.UI.WebControls) will work outside <form runat=server>
For ex, I can place <asp:Table ...> outside a <form runat=server> but not
<asp

Is it based on the fact if the given control can do a post back or not??
Thanks in advance..
Rajesh