我正在像这样在标记中设置自定义属性..
<asp:TextBox runat="server" guid="" ID="txtlocation1" type="text" class="autocomplete short-field require" name="location1" autocomplete="off" datasource="locations" />
Javascript设置它的值,我试图像这样读取按钮点击的值......
var val = txtlocation1.Attributes["guid"];
我总是得到一个空字符串..有什么想法吗?PS:虽然我没有在代码中设置属性。