Using clientidmode property to get the id of the control in JavaScript in Visual Web Part
Views (86)
Hi,
In a Visual Web Part we were saving few values in a hidden input field and were retrieving it in the jScript. However the issue we were facing was the id of the control kept changing.
Here the clientidmode property came to rescue.
<input id=”hiddenobject” type=”hidden” clientidmode=”Static” runat=”server”/>
With the clientidmode set as static the id remains the same.
Hope it helps.
Filed under: SharePoint, SharePoint 2013 Tagged: SharePoint, SharePoint 2013
This was originally posted here.

Like
Report
*This post is locked for comments