Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
<asp:ListView ID="lvDoctor" runat="server" DataKeyNames="doctorid" GroupPlaceholderID="groupPlaceHolder1" ItemPlaceholderID="itemPlaceHolder1" OnItemUpdated="lvDoctor_ItemUpdated">

<itemtemplate>


<asp:Label ID="lbldrid" runat="server" Text='<%#Eval("doctorid")%>' Visible="false"> <asp:Label ID="lbldrname" runat="server" Text='<%#Eval("doctorname")%>' Visible="false"> <asp:Label ID="lblspeciality" runat="server" Text='<%#Eval("spename")%>' style="color:black;font-weight:bold"> <asp:Button ID="btnMakeAppointment" runat="server" Text="Make an Appointment" CommandName="Make an Appointment" CssClass="btn btn-primary" OnClick="btnMakeAppointment_Click"/>

Posted
Comments
Sinisa Hajnal 19-Jun-15 9:32am    
Set them into a session or pass them as parameters in query string.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900