In asp.net we can find HTML standard control using
(HtmlInputControlName)e.Item.FindControl("control_id");
My question is that can I find paragraph HTML tag
<p id="p_id" runat="server">
If yes, than what will be control name
In asp.net we can find HTML standard control using
(HtmlInputControlName)e.Item.FindControl("control_id");
My question is that can I find paragraph HTML tag
<p id="p_id" runat="server">
If yes, than what will be control name
Copyright © 2021 Jogjafile Inc.
You use
HtmlGenericControl