Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7852227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:22:17+00:00 2026-06-02T19:22:17+00:00

This is my repeater control with data coming from [Patient_Master] table. But Visit_Date is

  • 0

This is my repeater control with data coming from [Patient_Master] table. But Visit_Date is coming from [Patient_Visit] table. How can I show Visit_Date to the same repeater? Is it possible to give two datasources to one repeater? [Patient_Master] and [Patient_Visit] have a relation:

<asp:Repeater ID="repeaterPatientList" runat="server" OnItemDataBound="repeaterPatientList_ItemDataBound" >
    <ItemTemplate>
        <tr onclick="selectRow(this);">
            <td class="csstablelisttd" style="display:none" >
                <asp:Label ID="lblPID" runat="server" Text='<%#Eval("PID")%>'></asp:Label>
            </td>
            <td class="csstablelisttd" >
                <a href="#" onclick="return showPatient('<%#Eval("PID") %>')"><%#Eval("Patient_Name")%></a>                             
            </td>
            <td class="csstablelisttd">         
                <asp:Label ID="lblPatientName" runat="server" Text='<%#Eval("Patient_ID")%>'></asp:Label>
            </td>   
            <td class="csstablelisttd" >
                <asp:Label ID="lblSex" runat="server" Text='<%#Eval("Sex")%>'></asp:Label>
            </td>
            <td class="csstablelisttd">
                <asp:Label ID="lblPatientsBirthDate" runat="server" Text='<%#Eval("Patients_Birth_Date")%>'></asp:Label>
            </td>                           
            <td class="csstablelisttd">         
                <asp:Label ID="lblLastVisitDate" runat="server" Text='<%#Eval("Visit_Date")%>'></asp:Label>
            </td>
            <td class="csstablelisttd">                           
                <a href="#" onclick="return showSchedulePatient('<%#Eval("PID") %>')">New</a>
            </td>   
            <td id="tdTodaysVisit" bgcolor="#00cc66" runat="server">                           
                <a href="#" onclick="return showSchedulePatient('<%#Eval("PID") %>')"><span class="cssgreen">Today's Visit</span></a>
            </td>
            <td class="csstablelisttd">
                <%--<asp:HyperLink ID="lnkSchedule" CssClass="csshyperlinkSchedulePatient" runat="server" NavigateUrl='<%# Eval("PID", "~/Create_Order.aspx?ID={0}") %>'>Schedule</asp:HyperLink>--%>
                <a href="#" onclick="return showSchedulePatient('<%#Eval("PID") %>')">Schedule</a>
            </td>                           
        </tr>
    </ItemTemplate>
</asp:Repeater>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T19:22:18+00:00Added an answer on June 2, 2026 at 7:22 pm

    Why don’t you use an outer join between patient_master and patient_visit.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im using a repeater control and a databinder to display data from the database
How can I format data coming from a DataBinder.Eval statement in an ASPX page?
I'm using repeater control from asp.net for data binding. And for designing i used
I had Repeater control which had image control sometimes this image control hadnot data
I have Repeater Control and in that i have code like this <div runat=server
I have a master page called SampleMaster.master and this page contains a Repeater control
I have a repeater for showing my data . this repeater showing 2 field
I've never had to do this, but I'm binding a repeater to a generic
I want to bind Repeater control to Dataset which is filled with XML data,
I created a table of form fields with ASP.net and the repeater control which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.