Change div background color in asp.net
How to change userControl div background color on parent cs page.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sumit JoshiPosted Aug 12, 2015, 7:11 AM
Joginder BangerPosted Aug 12, 2015, 7:03 AM
Upendra Pratap ShahiPosted Aug 12, 2015, 6:11 AM
<%@ Register Src="~/studentTest.ascx" TagPrefix="uc" TagName="StudentTest" %>
<uc:Student ID="ucStudent" runat="server" />
ucStudent.Style.Add("background-color", "Gray");
Manas MohapatraPosted Aug 12, 2015, 6:09 AM