How would I assign the c.value to a control in MasterPage?MasterPage? are you doing this in asp.net?
<ul class="tabs" id="thistab" runat="server">
<li class="tab-link current" data-tab="tab-1" id="tab11" data-toggle="tab"><a href="#Person">Personal Information</a></li>
<li class="tab-link" data-tab="tab-6" id="tab16"><a href="#Info" data-toggle="tab" title="Employee Information">Employee Information</a></li>
<li class="tab-link" data-tab="tab-2" id="tab12"><a href="#Assign" data-toggle="tab" title="Assignment History">Assignment History</a></li>
it depends on the functionality what you intend to include.
I guess what you mean is to get the Page Title and put it into a Form field? if yes, you can try:
Open in new window