HI,
.aspx page -
<h3 id="h3_up">Uploadh3>
<div id="div_up">
<ul style="padding:0px">
<li id="HRData" runat="server">
I want to get these id on code behind for enable and disable data.LIke
h3_up.Visible = false;
div_up.Visible = true;
HRData.Visible = True;
Please help.
2 Replies
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.
Manesh GolekarPosted Aug 23, 2014, 3:08 AM
rachayita jaiswalPosted Aug 23, 2014, 3:18 AM
:)