This is my javascript
function btnEditClick() {
alert(document.getElementById( <%=LblRefPhyID.ClientID %> ).value);
}
<asp:Repeater ID="repeaterRefPhysicianList" runat="server">
<ItemTemplate>
<tr onclick="selectRow(this);">
<td class="csstablelisttd" style="display: none;">
<asp:Label ID="LblRefPhyID" runat="server" Text= <%#Eval("Ref_Phy_ID")%> ></asp:Label>
</td>
在Edit htoni的客户点上,不得不将RefphyId转到能够这样做的另一页。