Question : ASP.Net Need to know how to select and enter into a select statement begin & ending date froma calendar

Need to know how to select and enter into a select statement begin & ending date from a calendar

selectied begin date & end Date from a calendar and enter them into a select where clause??

the SignUpDate is a datetime
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
selecting begin date & end Date from a calendar 
<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="BeginDate" PopupButtonID="Image1">
    </asp:CalendarExtender>
    End Date&nbsp;&nbsp;<asp:TextBox ID="EndDate" runat="server" Width="70"></asp:TextBox>
     <asp:Image id="Image2" runat="server"  ImageUrl="~/images1/calendar_scheduleHS.png" />
    <asp:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="EndDate" PopupButtonID="Image2">
    </asp:CalendarExtender>
-----------------------------------

*
*
*
  WHERE E.IsLockedOut = 'False' and (SignUpDate BETWEEN @BeginDate AND @EndDate)

) SQ
     ORDER BY userId, SignUpDate DESC">
  
           <SelectParameters>
                <asp:parameter  Name="UserID" DbType="String" />
                <asp:parameter  Name="BeginDate" DbType="String" />
                <asp:parameter  Name="EndDate" DbType="String" />
           </SelectParameters>

Answer : ASP.Net Need to know how to select and enter into a select statement begin & ending date froma calendar

With SIP they can send you as many calls as you have bandwidth for down the same trunk. In your FreePBX configuration under Trunks, you will define a trunk for Windstream and specify 24 simultaneous channels. In your Extensions config, you will define all phones connected to the system. Then in the Incoming Routes you will define a route for every DID number you have coming in. This is where you will define your routing. Create a route with the DID number of 865-555-1234 and point it to the first receptionist. Create a second route with a DID of 865-555-4321 and point it to the second receptionist. Now everycall coming in with 865-555-1234 will go to the first receptionist and so on. If in the Extensions you define a voicemail for the receptionist position, then calls not answered will route to the voice after the ringing times out.

Obviously this is a very high level over view and if you need help with the details let me know. There are companies out there that can do this configuration for you as well. Ours is one of them.
Random Solutions  
 
programming4us programming4us