Get the Value of an asp:HiddenField using jQuery

后端 未结 8 2238
慢半拍i
慢半拍i 2020-12-15 16:36

I have two pages. From the first page, I open a modal with a querystring that holds that value of a client name. I then use this to set a hiddenfield on the modal that opene

8条回答
  •  有刺的猬
    2020-12-15 16:51

    you can do in this way

    var hval = $('#<%= hdMarkupPercentage.ClientID%>').val();
    

提交回复
热议问题