Forum: C# Dec 21st, 2008 |
| Replies: 2 Views: 1,110 Hi,
Could you please let me know how to convert object type to DataTime. You can refer the below code for more information
internal object Value
{
set
{
DateTime dt =... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 0 Views: 950 Hi,
Before migration: Existing application (running on .Net 1.1) is using custom control developed by inheriting TreeView control of Microsoft.Web.UI.WebControls and displays data (country & its... |