C
Chakravarti Mukesh
Hi All,
I tried to add controls on page (C#) by using
Page.Controls.Add(ctrl);
it displays me an error
Server Error in '/AgentExtension' Application.
--------------------------------------------------------------------------------
Control 'ctl02' of type 'ImageButton' must be placed inside a form tag with
runat=server.
How this could be done?
Thanks
I tried to add controls on page (C#) by using
Page.Controls.Add(ctrl);
it displays me an error
Server Error in '/AgentExtension' Application.
--------------------------------------------------------------------------------
Control 'ctl02' of type 'ImageButton' must be placed inside a form tag with
runat=server.
How this could be done?
Thanks