我設置這樣的標記的自定義屬性..文本框自定義屬性爲空
<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:我沒有在代碼中設置屬性。
如果你沒有在代碼中設置屬性,並且在標記中你已經指定了它:guid =「」那你還期望什麼? –