Answers for "c# codebehind Append div"

C#
0

c# codebehind Append div

HtmlGenericControl divcontrol = new HtmlGenericControl();
 divcontrol.Attributes["class"] = "sxro sx1co";
 divcontrol.TagName = "div";
 pnlUserSearch.Controls.Add(divcontrol);
 Label question = new Label();
 questionDescription.Text = "text";
 pnlUserSearch.Controls.Add(question);
Posted by: Guest on December-29-2020

C# Answers by Framework

Browse Popular Code Answers by Language