The BDPLite calendar date picker is FREE to use and redistribute within your web application, subject to terms of license agreement. Please visit http://www.basicdatepicker.com/bdplite/ for more information.
For a list of all members of this type, see BDPLite Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
BasicFrame.WebControls.DateControlBase
BasicFrame.WebControls.BDPLite
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Use BDPLite to provide a user friendly calendar control on a Web page. The control allows the user to select dates and move to the next or previous month with the use of Postbacks.
The BDPLite control displays a TextBox with Image to the right.
Note BDPLite renders JavaScript to the user agent (Browser). The user agent must have JavaScript enabled for this control to function properly.
[Visual Basic, C#] The following example demonstates how to create a BDPLite control on a Web page.
[Visual Basic]
<%@ Page Language="VB" AutoEventWireup="True" %>
<%@ Register TagPrefix="bdp" Namespace="BasicFrame.WebControls" Assembly="BasicFrame.WebControls.BasicDatePicker" %>
<html>
<head>
<title>BDP Lite Example</title>
</head>
<body>
<form id="Form1" runat="server">
<h3>Basic Date Picker Example</h3>
<BDP:bdplite id="BDPLite1" runat="server"></BDP:bdplite>
</form>
</body>
</html>
[C#]
<%@ Page Language="C#" AutoEventWireup="True" %>
<%@ Register TagPrefix="bdp" Namespace="BasicFrame.WebControls" Assembly="BasicFrame.WebControls.BasicDatePicker" %>
<html>
<head>
<title>BDP Lite Example</title>
</head>
<body>
<form id="Form1" runat="server">
<h3>Basic Date Picker Example</h3>
<BDP:bdplite id="BDPLite1" runat="server"></BDP:bdplite>
</form>
</body>
</html>
Namespace: BasicFrame.WebControls
Assembly: BasicFrame.WebControls.BasicDatePicker (in BasicFrame.WebControls.BasicDatePicker.dll)
BDPLite Members | BasicFrame.WebControls Namespace